Html Css Color HEX #FCC820 Turbo

📋 copy color: '#FCC820'

red 252 ◦ green 200 ◦ blue 32

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

Shades of Turbo #FCC820

Tints of Turbo #FCC820

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.32%

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

R = 52.07%
G = 41.32%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCC820 (or 0xFCC820) is known color: Turbo. HEX triplet: FC, C8 and 20. RGB value is (252,200,32). Sum of RGB (Red+Green+Blue) = 252+200+32=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC820 is #0337DF. Grayscale: #C5C5C5. Windows color (decimal): -210912 or 2148604. OLE color: 2148604.

HSL color Cylindrical-coordinate representation of color #FCC820: hue angle of 45.82º 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 #FCC820 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 200 32 -
CMYK 0 0.21 0.87 0.01
HSL 45.82º 0.97% 0.56% -
HSV(B) 45.82º 0.87% 0.99% -
XYZ 61.06 62.11 10.14 -
YUV 196.4 35.23 167.66 -
System Red Green Blue C M Y K H S L
Decimal 252 200 32 0 0.21 0.87 0.01 45.82 0.97 0.56
Hex FC C8 20 0 15 57 1 2E 61 38
Octal 374 310 40 0 25 127 1 56 141 70
Binary 11111100 11001000 100000 0 10101 1010111 1 101110 1100001 111000

Color Harmonies of #FCC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC820

Black with #FCC820

Text Example


Text Example

White with #FCC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC820; }

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

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

background-color css

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

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

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

border-color css

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

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

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