Html Css Color HEX #FCC85B Golden Tainoi

📋 copy color: '#FCC85B'

red 252 ◦ green 200 ◦ blue 91

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

Shades of Golden Tainoi #FCC85B

Tints of Golden Tainoi #FCC85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.76%

R = 46.41%
G = 36.83%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FCC85B (or 0xFCC85B) is known color: Golden Tainoi. HEX triplet: FC, C8 and 5B. RGB value is (252,200,91). Sum of RGB (Red+Green+Blue) = 252+200+91=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC85B is #0337A4. Grayscale: #CBCBCB. Windows color (decimal): -210853 or 6015228. OLE color: 6015228.

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

Color convert

RGB 252 200 91 -
CMYK 0 0.21 0.64 0.01
HSL 40.62º 0.96% 0.67% -
HSV(B) 40.62º 0.64% 0.99% -
XYZ 62.69 62.76 18.71 -
YUV 203.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 252 200 91 0 0.21 0.64 0.01 40.62 0.96 0.67
Hex FC C8 5B 0 15 40 1 29 60 43
Octal 374 310 133 0 25 100 1 51 140 103
Binary 11111100 11001000 1011011 0 10101 1000000 1 101001 1100000 1000011

Color Harmonies of #FCC85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC85B

Black with #FCC85B

Text Example


Text Example

White with #FCC85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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