Html Css Color HEX #FCC260 Golden Tainoi

📋 copy color: '#FCC260'

red 252 ◦ green 194 ◦ blue 96

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

Shades of Golden Tainoi #FCC260

Tints of Golden Tainoi #FCC260

RGB

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

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

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

R = 46.49%
G = 35.79%
B = 17.71%

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

#FCC260 (or 0xFCC260) is known color: Golden Tainoi. HEX triplet: FC, C2 and 60. RGB value is (252,194,96). Sum of RGB (Red+Green+Blue) = 252+194+96=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC260 is #033D9F. Grayscale: #C8C8C8. Windows color (decimal): -212384 or 6341372. OLE color: 6341372.

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

Color convert

RGB 252 194 96 -
CMYK 0 0.23 0.62 0.01
HSL 37.69º 0.96% 0.68% -
HSV(B) 37.69º 0.62% 0.99% -
XYZ 61.55 60.12 19.43 -
YUV 200.17 69.22 164.97 -
System Red Green Blue C M Y K H S L
Decimal 252 194 96 0 0.23 0.62 0.01 37.69 0.96 0.68
Hex FC C2 60 0 17 3E 1 26 60 44
Octal 374 302 140 0 27 76 1 46 140 104
Binary 11111100 11000010 1100000 0 10111 111110 1 100110 1100000 1000100

Color Harmonies of #FCC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC260

Black with #FCC260

Text Example


Text Example

White with #FCC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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