Html Css Color HEX #FCC160 Golden Tainoi

📋 copy color: '#FCC160'

red 252 ◦ green 193 ◦ blue 96

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

Shades of Golden Tainoi #FCC160

Tints of Golden Tainoi #FCC160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.67%

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 46.58%
G = 35.67%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCC160 (or 0xFCC160) is known color: Golden Tainoi. HEX triplet: FC, C1 and 60. RGB value is (252,193,96). Sum of RGB (Red+Green+Blue) = 252+193+96=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC160 is #033E9F. Grayscale: #C8C8C8. Windows color (decimal): -212640 or 6341116. OLE color: 6341116.

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

Color convert

RGB 252 193 96 -
CMYK 0 0.23 0.62 0.01
HSL 37.31º 0.96% 0.68% -
HSV(B) 37.31º 0.62% 0.99% -
XYZ 61.33 59.68 19.35 -
YUV 199.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 252 193 96 0 0.23 0.62 0.01 37.31 0.96 0.68
Hex FC C1 60 0 17 3E 1 25 60 44
Octal 374 301 140 0 27 76 1 45 140 104
Binary 11111100 11000001 1100000 0 10111 111110 1 100101 1100000 1000100

Color Harmonies of #FCC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC160

Black with #FCC160

Text Example


Text Example

White with #FCC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC160; }

 p { color: rgb(252,193,96); }

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

background-color css

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

 a { background-color: rgb(252,193,96); }

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

border-color css

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

 span { border-color: rgb(252,193,96); }

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