Html Css Color HEX #FCC24F Golden Tainoi

📋 copy color: '#FCC24F'

red 252 ◦ green 194 ◦ blue 79

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

Shades of Golden Tainoi #FCC24F

Tints of Golden Tainoi #FCC24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.05%

R = 48%
G = 36.95%
B = 15.05%

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

#FCC24F (or 0xFCC24F) is known color: Golden Tainoi. HEX triplet: FC, C2 and 4F. RGB value is (252,194,79). Sum of RGB (Red+Green+Blue) = 252+194+79=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC24F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC24F is #033DB0. Grayscale: #C6C6C6. Windows color (decimal): -212401 or 5227260. OLE color: 5227260.

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

Color convert

RGB 252 194 79 -
CMYK 0 0.23 0.69 0.01
HSL 39.88º 0.97% 0.65% -
HSV(B) 39.88º 0.69% 0.99% -
XYZ 60.85 59.84 15.74 -
YUV 198.23 60.72 166.35 -
System Red Green Blue C M Y K H S L
Decimal 252 194 79 0 0.23 0.69 0.01 39.88 0.97 0.65
Hex FC C2 4F 0 17 45 1 28 61 41
Octal 374 302 117 0 27 105 1 50 141 101
Binary 11111100 11000010 1001111 0 10111 1000101 1 101000 1100001 1000001

Color Harmonies of #FCC24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC24F

Black with #FCC24F

Text Example


Text Example

White with #FCC24F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC24F; }

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

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

background-color css

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

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

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

border-color css

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

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

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