Html Css Color HEX #F7C560 Golden Tainoi

📋 copy color: '#F7C560'

red 247 ◦ green 197 ◦ blue 96

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

Shades of Golden Tainoi #F7C560

Tints of Golden Tainoi #F7C560

RGB

 RED value IS 247 (96.88% from 255) = 45.74%

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

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

R = 45.74%
G = 36.48%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7C560 (or 0xF7C560) is known color: Golden Tainoi. HEX triplet: F7, C5 and 60. RGB value is (247,197,96). Sum of RGB (Red+Green+Blue) = 247+197+96=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C560 is #083A9F. Grayscale: #C8C8C8. Windows color (decimal): -539296 or 6342135. OLE color: 6342135.

HSL color Cylindrical-coordinate representation of color #F7C560: hue angle of 40.13º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F7C560 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 197 96 -
CMYK 0 0.20 0.61 0.03
HSL 40.13º 0.9% 0.67% -
HSV(B) 40.13º 0.61% 0.97% -
XYZ 60.44 60.55 19.57 -
YUV 200.44 69.07 161.21 -
System Red Green Blue C M Y K H S L
Decimal 247 197 96 0 0.20 0.61 0.03 40.13 0.9 0.67
Hex F7 C5 60 0 14 3D 3 28 5A 43
Octal 367 305 140 0 24 75 3 50 132 103
Binary 11110111 11000101 1100000 0 10100 111101 11 101000 1011010 1000011

Color Harmonies of #F7C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C560

Black with #F7C560

Text Example


Text Example

White with #F7C560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C560; }

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

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

background-color css

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

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

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

border-color css

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

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

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