#FDC928

Color #FDC928 Turbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turbo #FDC928

Tints of Turbo #FDC928

Color information

#FDC928 (or 0xFDC928) is unknown color: approx Turbo. HEX triplet: FD, C9 and 28. RGB value is (253,201,40). Sum of RGB (Red+Green+Blue) = 253+201+40=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 201 (78.91% from 255 or 40.69% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC928 is #0236D7. Grayscale: #C6C6C6. Windows color (decimal): -145112 or 2673149. OLE color: 2673149.

HSL color Cylindrical-coordinate representation of color #FDC928: hue angle of 45.35º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDC928 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB25320140-
CMYK00.210.840.01
HSL45.35º98.16%57.45%-
HSV(B)45.35º84.19%99.22%-
XYZ61.7862.8110.87-
YUV198.1938.73167.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 51.21%
GREEN value IS 201 (78.91% from 255) = 40.69%
BLUE value IS 40 (16.02% from 255) = 8.10%
R=51.21%
G=40.69%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532014000.210.840.0145.3598.1657.45
HexFDC9280155412d6239
Octal3753115002512415514271
Binary1111110111001001101000010101101010011011011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC928; }

 p { color: rgb(253,201,40); }

 H1.HeaderClassName
 {
   color: #FDC928;
 }
 .AnyTagClassName
 {
   color: #FDC928;
 }
</style>
background-color css

<style>
 a { background-color: #FDC928; }

 a { background-color: rgb(253,201,40); }

 div.DivClassName
 {
   background-color: #FDC928;
 }
 .BgClassName
 {
   background-color: #FDC928;
 }
</style>
border-color css

<style>
 span { border-color: #FDC928; }

 span { border-color: rgb(253,201,40); }

 td.TdClassName
 {
   border-color: #FDC928;
 }
 .TagClassName
 {
   border-color: #FDC928;
 }
</style>