Html Css Color HEX #FCC04F Golden Tainoi

📋 copy color: '#FCC04F'

red 252 ◦ green 192 ◦ blue 79

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

Shades of Golden Tainoi #FCC04F

Tints of Golden Tainoi #FCC04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.71%

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

R = 48.18%
G = 36.71%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FCC04F (or 0xFCC04F) is known color: Golden Tainoi. HEX triplet: FC, C0 and 4F. RGB value is (252,192,79). Sum of RGB (Red+Green+Blue) = 252+192+79=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC04F is #033FB0. Grayscale: #C5C5C5. Windows color (decimal): -212913 or 5226748. OLE color: 5226748.

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

Color convert

RGB 252 192 79 -
CMYK 0 0.24 0.69 0.01
HSL 39.19º 0.97% 0.65% -
HSV(B) 39.19º 0.69% 0.99% -
XYZ 60.41 58.96 15.59 -
YUV 197.06 61.38 167.19 -
System Red Green Blue C M Y K H S L
Decimal 252 192 79 0 0.24 0.69 0.01 39.19 0.97 0.65
Hex FC C0 4F 0 18 45 1 27 61 41
Octal 374 300 117 0 30 105 1 47 141 101
Binary 11111100 11000000 1001111 0 11000 1000101 1 100111 1100001 1000001

Color Harmonies of #FCC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC04F

Black with #FCC04F

Text Example


Text Example

White with #FCC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC04F; }

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

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

background-color css

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

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

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

border-color css

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

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

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