Html Css Color HEX #FCCC28 Turbo

📋 copy color: '#FCCC28'

red 252 ◦ green 204 ◦ blue 40

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

Shades of Turbo #FCCC28

Tints of Turbo #FCCC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.06%

R = 50.81%
G = 41.13%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCCC28 (or 0xFCCC28) is known color: Turbo. HEX triplet: FC, CC and 28. RGB value is (252,204,40). Sum of RGB (Red+Green+Blue) = 252+204+40=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC28 is #0333D7. Grayscale: #C8C8C8. Windows color (decimal): -209880 or 2673916. OLE color: 2673916.

HSL color Cylindrical-coordinate representation of color #FCCC28: hue angle of 46.42º degrees, saturation: 0.97, 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 #FCCC28 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 40 -
CMYK 0 0.19 0.84 0.01
HSL 46.42º 0.97% 0.57% -
HSV(B) 46.42º 0.84% 0.99% -
XYZ 62.12 64.03 11.09 -
YUV 199.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 252 204 40 0 0.19 0.84 0.01 46.42 0.97 0.57
Hex FC CC 28 0 13 54 1 2E 61 39
Octal 374 314 50 0 23 124 1 56 141 71
Binary 11111100 11001100 101000 0 10011 1010100 1 101110 1100001 111001

Color Harmonies of #FCCC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC28

Black with #FCCC28

Text Example


Text Example

White with #FCCC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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