Html Css Color HEX #FCC24E Golden Tainoi

📋 copy color: '#FCC24E'

red 252 ◦ green 194 ◦ blue 78

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

Shades of Golden Tainoi #FCC24E

Tints of Golden Tainoi #FCC24E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 14.89%

R = 48.09%
G = 37.02%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCC24E (or 0xFCC24E) is known color: Golden Tainoi. HEX triplet: FC, C2 and 4E. RGB value is (252,194,78). Sum of RGB (Red+Green+Blue) = 252+194+78=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC24E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC24E is #033DB1. Grayscale: #C6C6C6. Windows color (decimal): -212402 or 5161724. OLE color: 5161724.

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

Color convert

RGB 252 194 78 -
CMYK 0 0.23 0.69 0.01
HSL 40º 0.97% 0.65% -
HSV(B) 40º 0.69% 0.99% -
XYZ 60.81 59.83 15.55 -
YUV 198.12 60.22 166.43 -
System Red Green Blue C M Y K H S L
Decimal 252 194 78 0 0.23 0.69 0.01 40 0.97 0.65
Hex FC C2 4E 0 17 45 1 28 61 41
Octal 374 302 116 0 27 105 1 50 141 101
Binary 11111100 11000010 1001110 0 10111 1000101 1 101000 1100001 1000001

Color Harmonies of #FCC24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC24E

Black with #FCC24E

Text Example


Text Example

White with #FCC24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC24E; }

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

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

background-color css

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

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

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

border-color css

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

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

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