Html Css Color HEX #FCCC19 Turbo

📋 copy color: '#FCCC19'

red 252 ◦ green 204 ◦ blue 25

#FCCC19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FCCC19

Tints of Turbo #FCCC19

RGB

 RED value IS 252 (98.83% from 255) = 52.39%

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 25 (10.16% from 255) = 5.2%

R = 52.39%
G = 42.41%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCCC19 (or 0xFCCC19) is known color: Turbo. HEX triplet: FC, CC and 19. RGB value is (252,204,25). Sum of RGB (Red+Green+Blue) = 252+204+25=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCCC19 is #0333E6. Grayscale: #C6C6C6. Windows color (decimal): -209895 or 1690876. OLE color: 1690876.

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

Color convert

RGB 252 204 25 -
CMYK 0 0.19 0.90 0.01
HSL 47.31º 0.97% 0.54% -
HSV(B) 47.31º 0.9% 0.99% -
XYZ 61.91 63.95 10 -
YUV 197.95 30.4 166.55 -
System Red Green Blue C M Y K H S L
Decimal 252 204 25 0 0.19 0.90 0.01 47.31 0.97 0.54
Hex FC CC 19 0 13 5A 1 2F 61 36
Octal 374 314 31 0 23 132 1 57 141 66
Binary 11111100 11001100 11001 0 10011 1011010 1 101111 1100001 110110

Color Harmonies of #FCCC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC19

Black with #FCCC19

Text Example


Text Example

White with #FCCC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC19; }

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

 H1.HeaderClassName
 {
   color: #FCCC19;
 }
 .AnyTagClassName
 {
   color: #FCCC19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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