Html Css Color HEX #FCC24C Golden Tainoi

📋 copy color: '#FCC24C'

red 252 ◦ green 194 ◦ blue 76

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

Shades of Golden Tainoi #FCC24C

Tints of Golden Tainoi #FCC24C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.16%

 BLUE value IS 76 (30.08% from 255) = 14.56%

R = 48.28%
G = 37.16%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCC24C (or 0xFCC24C) is known color: Golden Tainoi. HEX triplet: FC, C2 and 4C. RGB value is (252,194,76). Sum of RGB (Red+Green+Blue) = 252+194+76=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC24C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC24C is #033DB3. Grayscale: #C6C6C6. Windows color (decimal): -212404 or 5030652. OLE color: 5030652.

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

Color convert

RGB 252 194 76 -
CMYK 0 0.23 0.70 0.01
HSL 40.23º 0.97% 0.64% -
HSV(B) 40.23º 0.7% 0.99% -
XYZ 60.74 59.8 15.18 -
YUV 197.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 252 194 76 0 0.23 0.70 0.01 40.23 0.97 0.64
Hex FC C2 4C 0 17 46 1 28 61 40
Octal 374 302 114 0 27 106 1 50 141 100
Binary 11111100 11000010 1001100 0 10111 1000110 1 101000 1100001 1000000

Color Harmonies of #FCC24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC24C

Black with #FCC24C

Text Example


Text Example

White with #FCC24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC24C; }

 p { color: rgb(252,194,76); }

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

background-color css

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

 a { background-color: rgb(252,194,76); }

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

border-color css

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

 span { border-color: rgb(252,194,76); }

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