Html Css Color HEX #FCC05C Golden Tainoi

📋 copy color: '#FCC05C'

red 252 ◦ green 192 ◦ blue 92

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

Shades of Golden Tainoi #FCC05C

Tints of Golden Tainoi #FCC05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.16%

R = 47.01%
G = 35.82%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCC05C (or 0xFCC05C) is known color: Golden Tainoi. HEX triplet: FC, C0 and 5C. RGB value is (252,192,92). Sum of RGB (Red+Green+Blue) = 252+192+92=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC05C is #033FA3. Grayscale: #C7C7C7. Windows color (decimal): -212900 or 6078716. OLE color: 6078716.

HSL color Cylindrical-coordinate representation of color #FCC05C: hue angle of 37.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCC05C is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 92 -
CMYK 0 0.24 0.63 0.01
HSL 37.5º 0.96% 0.67% -
HSV(B) 37.5º 0.63% 0.99% -
XYZ 60.93 59.17 18.33 -
YUV 198.54 67.88 166.13 -
System Red Green Blue C M Y K H S L
Decimal 252 192 92 0 0.24 0.63 0.01 37.5 0.96 0.67
Hex FC C0 5C 0 18 3F 1 26 60 43
Octal 374 300 134 0 30 77 1 46 140 103
Binary 11111100 11000000 1011100 0 11000 111111 1 100110 1100000 1000011

Color Harmonies of #FCC05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC05C

Black with #FCC05C

Text Example


Text Example

White with #FCC05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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