Html Css Color HEX #FCCC20 Turbo

📋 copy color: '#FCCC20'

red 252 ◦ green 204 ◦ blue 32

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

Shades of Turbo #FCCC20

Tints of Turbo #FCCC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.56%

R = 51.64%
G = 41.8%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCCC20 (or 0xFCCC20) is known color: Turbo. HEX triplet: FC, CC and 20. RGB value is (252,204,32). Sum of RGB (Red+Green+Blue) = 252+204+32=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC20 is #0333DF. Grayscale: #C7C7C7. Windows color (decimal): -209888 or 2149628. OLE color: 2149628.

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

Color convert

RGB 252 204 32 -
CMYK 0 0.19 0.87 0.01
HSL 46.91º 0.97% 0.56% -
HSV(B) 46.91º 0.87% 0.99% -
XYZ 62 63.99 10.45 -
YUV 198.74 33.9 165.99 -
System Red Green Blue C M Y K H S L
Decimal 252 204 32 0 0.19 0.87 0.01 46.91 0.97 0.56
Hex FC CC 20 0 13 57 1 2F 61 38
Octal 374 314 40 0 23 127 1 57 141 70
Binary 11111100 11001100 100000 0 10011 1010111 1 101111 1100001 111000

Color Harmonies of #FCCC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC20

Black with #FCCC20

Text Example


Text Example

White with #FCCC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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