Html Css Color HEX #FCC255 Golden Tainoi

📋 copy color: '#FCC255'

red 252 ◦ green 194 ◦ blue 85

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

Shades of Golden Tainoi #FCC255

Tints of Golden Tainoi #FCC255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.53%

 BLUE value IS 85 (33.59% from 255) = 16.01%

R = 47.46%
G = 36.53%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FCC255 (or 0xFCC255) is known color: Golden Tainoi. HEX triplet: FC, C2 and 55. RGB value is (252,194,85). Sum of RGB (Red+Green+Blue) = 252+194+85=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 85 (33.59% from 255 or 16.01% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC255 is #033DAA. Grayscale: #C7C7C7. Windows color (decimal): -212395 or 5620476. OLE color: 5620476.

HSL color Cylindrical-coordinate representation of color #FCC255: hue angle of 39.16º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCC255 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 194 85 -
CMYK 0 0.23 0.66 0.01
HSL 39.16º 0.97% 0.66% -
HSV(B) 39.16º 0.66% 0.99% -
XYZ 61.08 59.93 16.94 -
YUV 198.92 63.72 165.86 -
System Red Green Blue C M Y K H S L
Decimal 252 194 85 0 0.23 0.66 0.01 39.16 0.97 0.66
Hex FC C2 55 0 17 42 1 27 61 42
Octal 374 302 125 0 27 102 1 47 141 102
Binary 11111100 11000010 1010101 0 10111 1000010 1 100111 1100001 1000010

Color Harmonies of #FCC255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC255

Black with #FCC255

Text Example


Text Example

White with #FCC255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC255; }

 p { color: rgb(252,194,85); }

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

background-color css

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

 a { background-color: rgb(252,194,85); }

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

border-color css

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

 span { border-color: rgb(252,194,85); }

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