Html Css Color HEX #FCC85E Golden Tainoi

📋 copy color: '#FCC85E'

red 252 ◦ green 200 ◦ blue 94

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

Shades of Golden Tainoi #FCC85E

Tints of Golden Tainoi #FCC85E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.63%

 BLUE value IS 94 (37.11% from 255) = 17.22%

R = 46.15%
G = 36.63%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCC85E (or 0xFCC85E) is known color: Golden Tainoi. HEX triplet: FC, C8 and 5E. RGB value is (252,200,94). Sum of RGB (Red+Green+Blue) = 252+200+94=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC85E is #0337A1. Grayscale: #CBCBCB. Windows color (decimal): -210850 or 6211836. OLE color: 6211836.

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

Color convert

RGB 252 200 94 -
CMYK 0 0.21 0.63 0.01
HSL 40.25º 0.96% 0.68% -
HSV(B) 40.25º 0.63% 0.99% -
XYZ 62.82 62.81 19.4 -
YUV 203.46 66.23 162.62 -
System Red Green Blue C M Y K H S L
Decimal 252 200 94 0 0.21 0.63 0.01 40.25 0.96 0.68
Hex FC C8 5E 0 15 3F 1 28 60 44
Octal 374 310 136 0 25 77 1 50 140 104
Binary 11111100 11001000 1011110 0 10101 111111 1 101000 1100000 1000100

Color Harmonies of #FCC85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC85E

Black with #FCC85E

Text Example


Text Example

White with #FCC85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC85E; }

 p { color: rgb(252,200,94); }

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

background-color css

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

 a { background-color: rgb(252,200,94); }

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

border-color css

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

 span { border-color: rgb(252,200,94); }

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