Html Css Color HEX #FCC04C Golden Tainoi

📋 copy color: '#FCC04C'

red 252 ◦ green 192 ◦ blue 76

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

Shades of Golden Tainoi #FCC04C

Tints of Golden Tainoi #FCC04C

RGB

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

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

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

R = 48.46%
G = 36.92%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FCC04C (or 0xFCC04C) is known color: Golden Tainoi. HEX triplet: FC, C0 and 4C. RGB value is (252,192,76). Sum of RGB (Red+Green+Blue) = 252+192+76=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC04C is #033FB3. Grayscale: #C5C5C5. Windows color (decimal): -212916 or 5030140. OLE color: 5030140.

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

Color convert

RGB 252 192 76 -
CMYK 0 0.24 0.70 0.01
HSL 39.55º 0.97% 0.64% -
HSV(B) 39.55º 0.7% 0.99% -
XYZ 60.3 58.92 15.03 -
YUV 196.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 252 192 76 0 0.24 0.70 0.01 39.55 0.97 0.64
Hex FC C0 4C 0 18 46 1 28 61 40
Octal 374 300 114 0 30 106 1 50 141 100
Binary 11111100 11000000 1001100 0 11000 1000110 1 101000 1100001 1000000

Color Harmonies of #FCC04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC04C

Black with #FCC04C

Text Example


Text Example

White with #FCC04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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