Html Css Color HEX #F7C261 Golden Tainoi

📋 copy color: '#F7C261'

red 247 ◦ green 194 ◦ blue 97

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

Shades of Golden Tainoi #F7C261

Tints of Golden Tainoi #F7C261

RGB

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

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

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

R = 45.91%
G = 36.06%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F7C261 (or 0xF7C261) is known color: Golden Tainoi. HEX triplet: F7, C2 and 61. RGB value is (247,194,97). Sum of RGB (Red+Green+Blue) = 247+194+97=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 97 (38.28% from 255 or 18.03% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C261 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C261 is #083D9E. Grayscale: #C7C7C7. Windows color (decimal): -540063 or 6406903. OLE color: 6406903.

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

Color convert

RGB 247 194 97 -
CMYK 0 0.21 0.61 0.03
HSL 38.8º 0.9% 0.67% -
HSV(B) 38.8º 0.61% 0.97% -
XYZ 59.81 59.22 19.59 -
YUV 198.79 70.56 162.39 -
System Red Green Blue C M Y K H S L
Decimal 247 194 97 0 0.21 0.61 0.03 38.8 0.9 0.67
Hex F7 C2 61 0 15 3D 3 27 5A 43
Octal 367 302 141 0 25 75 3 47 132 103
Binary 11110111 11000010 1100001 0 10101 111101 11 100111 1011010 1000011

Color Harmonies of #F7C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C261

Black with #F7C261

Text Example


Text Example

White with #F7C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C261; }

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

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

background-color css

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

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

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

border-color css

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

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

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