Html Css Color HEX #FCC324 Turbo

📋 copy color: '#FCC324'

red 252 ◦ green 195 ◦ blue 36

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

Shades of Turbo #FCC324

Tints of Turbo #FCC324

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

 BLUE value IS 36 (14.45% from 255) = 7.45%

R = 52.17%
G = 40.37%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCC324 (or 0xFCC324) is known color: Turbo. HEX triplet: FC, C3 and 24. RGB value is (252,195,36). Sum of RGB (Red+Green+Blue) = 252+195+36=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC324 is #033CDB. Grayscale: #C2C2C2. Windows color (decimal): -212188 or 2409468. OLE color: 2409468.

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

Color convert

RGB 252 195 36 -
CMYK 0 0.23 0.86 0.01
HSL 44.17º 0.97% 0.56% -
HSV(B) 44.17º 0.86% 0.99% -
XYZ 59.98 59.85 10.06 -
YUV 193.92 38.88 169.43 -
System Red Green Blue C M Y K H S L
Decimal 252 195 36 0 0.23 0.86 0.01 44.17 0.97 0.56
Hex FC C3 24 0 17 56 1 2C 61 38
Octal 374 303 44 0 27 126 1 54 141 70
Binary 11111100 11000011 100100 0 10111 1010110 1 101100 1100001 111000

Color Harmonies of #FCC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC324

Black with #FCC324

Text Example


Text Example

White with #FCC324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC324; }

 p { color: rgb(252,195,36); }

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

background-color css

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

 a { background-color: rgb(252,195,36); }

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

border-color css

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

 span { border-color: rgb(252,195,36); }

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