Html Css Color HEX #FCC85A Golden Tainoi

📋 copy color: '#FCC85A'

red 252 ◦ green 200 ◦ blue 90

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

Shades of Golden Tainoi #FCC85A

Tints of Golden Tainoi #FCC85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.61%

R = 46.49%
G = 36.9%
B = 16.61%

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

#FCC85A (or 0xFCC85A) is known color: Golden Tainoi. HEX triplet: FC, C8 and 5A. RGB value is (252,200,90). Sum of RGB (Red+Green+Blue) = 252+200+90=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC85A is #0337A5. Grayscale: #CBCBCB. Windows color (decimal): -210854 or 5949692. OLE color: 5949692.

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

Color convert

RGB 252 200 90 -
CMYK 0 0.21 0.64 0.01
HSL 40.74º 0.96% 0.67% -
HSV(B) 40.74º 0.64% 0.99% -
XYZ 62.64 62.74 18.48 -
YUV 203.01 64.23 162.94 -
System Red Green Blue C M Y K H S L
Decimal 252 200 90 0 0.21 0.64 0.01 40.74 0.96 0.67
Hex FC C8 5A 0 15 40 1 29 60 43
Octal 374 310 132 0 25 100 1 51 140 103
Binary 11111100 11001000 1011010 0 10101 1000000 1 101001 1100000 1000011

Color Harmonies of #FCC85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC85A

Black with #FCC85A

Text Example


Text Example

White with #FCC85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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