#FDCC19

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

Shades of Turbo #FDCC19

Tints of Turbo #FDCC19

Color information

#FDCC19 (or 0xFDCC19) is unknown color: approx Turbo. HEX triplet: FD, CC and 19. RGB value is (253,204,25). Sum of RGB (Red+Green+Blue) = 253+204+25=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCC19 is #0233E6. Grayscale: #C7C7C7. Windows color (decimal): -144359 or 1690877. OLE color: 1690877.

HSL color Cylindrical-coordinate representation of color #FDCC19: hue angle of 47.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDCC19 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB25320425-
CMYK00.190.900.01
HSL47.11º98.28%54.51%-
HSV(B)47.11º90.12%99.22%-
XYZ62.2864.1410.02-
YUV198.2430.23167.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.49%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 25 (10.16% from 255) = 5.19%
R=52.49%
G=42.32%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532042500.190.900.0147.1198.2854.51
HexFDCC190135A12f6237
Octal3753143102313215714267
Binary111111011100110011001010011101101011011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCC19; }

 p { color: rgb(253,204,25); }

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

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

 a { background-color: rgb(253,204,25); }

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

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

 span { border-color: rgb(253,204,25); }

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