Html Css Color HEX #F7C561 Golden Tainoi

📋 copy color: '#F7C561'

red 247 ◦ green 197 ◦ blue 97

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

Shades of Golden Tainoi #F7C561

Tints of Golden Tainoi #F7C561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.93%

R = 45.66%
G = 36.41%
B = 17.93%

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

#F7C561 (or 0xF7C561) is known color: Golden Tainoi. HEX triplet: F7, C5 and 61. RGB value is (247,197,97). Sum of RGB (Red+Green+Blue) = 247+197+97=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C561 is #083A9E. Grayscale: #C8C8C8. Windows color (decimal): -539295 or 6407671. OLE color: 6407671.

HSL color Cylindrical-coordinate representation of color #F7C561: hue angle of 40º 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 #F7C561 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 197 97 -
CMYK 0 0.20 0.61 0.03
HSL 40º 0.9% 0.67% -
HSV(B) 40º 0.61% 0.97% -
XYZ 60.48 60.57 19.81 -
YUV 200.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 247 197 97 0 0.20 0.61 0.03 40 0.9 0.67
Hex F7 C5 61 0 14 3D 3 28 5A 43
Octal 367 305 141 0 24 75 3 50 132 103
Binary 11110111 11000101 1100001 0 10100 111101 11 101000 1011010 1000011

Color Harmonies of #F7C561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C561

Black with #F7C561

Text Example


Text Example

White with #F7C561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C561; }

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

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

background-color css

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

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

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

border-color css

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

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

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