Html Css Color HEX #FCC061 Golden Tainoi

📋 copy color: '#FCC061'

red 252 ◦ green 192 ◦ blue 97

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

Shades of Golden Tainoi #FCC061

Tints of Golden Tainoi #FCC061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.93%

R = 46.58%
G = 35.49%
B = 17.93%

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

#FCC061 (or 0xFCC061) is known color: Golden Tainoi. HEX triplet: FC, C0 and 61. RGB value is (252,192,97). Sum of RGB (Red+Green+Blue) = 252+192+97=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC061 is #033F9E. Grayscale: #C7C7C7. Windows color (decimal): -212895 or 6406396. OLE color: 6406396.

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

Color convert

RGB 252 192 97 -
CMYK 0 0.24 0.62 0.01
HSL 36.77º 0.96% 0.68% -
HSV(B) 36.77º 0.62% 0.99% -
XYZ 61.15 59.26 19.52 -
YUV 199.11 70.38 165.72 -
System Red Green Blue C M Y K H S L
Decimal 252 192 97 0 0.24 0.62 0.01 36.77 0.96 0.68
Hex FC C0 61 0 18 3E 1 25 60 44
Octal 374 300 141 0 30 76 1 45 140 104
Binary 11111100 11000000 1100001 0 11000 111110 1 100101 1100000 1000100

Color Harmonies of #FCC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC061

Black with #FCC061

Text Example


Text Example

White with #FCC061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC061; }

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

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

background-color css

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

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

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

border-color css

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

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

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