Html Css Color HEX #FCC05F Golden Tainoi

📋 copy color: '#FCC05F'

red 252 ◦ green 192 ◦ blue 95

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

Shades of Golden Tainoi #FCC05F

Tints of Golden Tainoi #FCC05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.63%

R = 46.75%
G = 35.62%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCC05F (or 0xFCC05F) is known color: Golden Tainoi. HEX triplet: FC, C0 and 5F. RGB value is (252,192,95). Sum of RGB (Red+Green+Blue) = 252+192+95=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 95 (37.5% from 255 or 17.63% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC05F is #033FA0. Grayscale: #C7C7C7. Windows color (decimal): -212897 or 6275324. OLE color: 6275324.

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

Color convert

RGB 252 192 95 -
CMYK 0 0.24 0.62 0.01
HSL 37.07º 0.96% 0.68% -
HSV(B) 37.07º 0.62% 0.99% -
XYZ 61.06 59.22 19.04 -
YUV 198.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 252 192 95 0 0.24 0.62 0.01 37.07 0.96 0.68
Hex FC C0 5F 0 18 3E 1 25 60 44
Octal 374 300 137 0 30 76 1 45 140 104
Binary 11111100 11000000 1011111 0 11000 111110 1 100101 1100000 1000100

Color Harmonies of #FCC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC05F

Black with #FCC05F

Text Example


Text Example

White with #FCC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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