Html Css Color HEX #F9C560 Golden Tainoi

📋 copy color: '#F9C560'

red 249 ◦ green 197 ◦ blue 96

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

Shades of Golden Tainoi #F9C560

Tints of Golden Tainoi #F9C560

RGB

 RED value IS 249 (97.66% from 255) = 45.94%

 GREEN value IS 197 (77.34% from 255) = 36.35%

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

R = 45.94%
G = 36.35%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F9C560 (or 0xF9C560) is known color: Golden Tainoi. HEX triplet: F9, C5 and 60. RGB value is (249,197,96). Sum of RGB (Red+Green+Blue) = 249+197+96=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C560 is #063A9F. Grayscale: #C9C9C9. Windows color (decimal): -408224 or 6342137. OLE color: 6342137.

HSL color Cylindrical-coordinate representation of color #F9C560: hue angle of 39.61º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9C560 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 197 96 -
CMYK 0 0.21 0.61 0.02
HSL 39.61º 0.93% 0.68% -
HSV(B) 39.61º 0.61% 0.98% -
XYZ 61.14 60.92 19.6 -
YUV 201.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 249 197 96 0 0.21 0.61 0.02 39.61 0.93 0.68
Hex F9 C5 60 0 15 3D 2 28 5D 44
Octal 371 305 140 0 25 75 2 50 135 104
Binary 11111001 11000101 1100000 0 10101 111101 10 101000 1011101 1000100

Color Harmonies of #F9C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C560

Black with #F9C560

Text Example


Text Example

White with #F9C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C560; }

 p { color: rgb(249,197,96); }

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

background-color css

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

 a { background-color: rgb(249,197,96); }

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

border-color css

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

 span { border-color: rgb(249,197,96); }

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