Html Css Color HEX #FCC323 Turbo

📋 copy color: '#FCC323'

red 252 ◦ green 195 ◦ blue 35

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

Shades of Turbo #FCC323

Tints of Turbo #FCC323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.26%

R = 52.28%
G = 40.46%
B = 7.26%

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

#FCC323 (or 0xFCC323) is known color: Turbo. HEX triplet: FC, C3 and 23. RGB value is (252,195,35). Sum of RGB (Red+Green+Blue) = 252+195+35=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 35 (14.06% from 255 or 7.26% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC323 is #033CDC. Grayscale: #C2C2C2. Windows color (decimal): -212189 or 2343932. OLE color: 2343932.

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

Color convert

RGB 252 195 35 -
CMYK 0 0.23 0.86 0.01
HSL 44.24º 0.97% 0.56% -
HSV(B) 44.24º 0.86% 0.99% -
XYZ 59.96 59.85 9.98 -
YUV 193.8 38.38 169.51 -
System Red Green Blue C M Y K H S L
Decimal 252 195 35 0 0.23 0.86 0.01 44.24 0.97 0.56
Hex FC C3 23 0 17 56 1 2C 61 38
Octal 374 303 43 0 27 126 1 54 141 70
Binary 11111100 11000011 100011 0 10111 1010110 1 101100 1100001 111000

Color Harmonies of #FCC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC323

Black with #FCC323

Text Example


Text Example

White with #FCC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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