Html Css Color HEX #F7C460 Golden Tainoi

📋 copy color: '#F7C460'

red 247 ◦ green 196 ◦ blue 96

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

Shades of Golden Tainoi #F7C460

Tints of Golden Tainoi #F7C460

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.36%

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

R = 45.83%
G = 36.36%
B = 17.81%

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

#F7C460 (or 0xF7C460) is known color: Golden Tainoi. HEX triplet: F7, C4 and 60. RGB value is (247,196,96). Sum of RGB (Red+Green+Blue) = 247+196+96=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 96 (37.89% from 255 or 17.81% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C460 is #083B9F. Grayscale: #C8C8C8. Windows color (decimal): -539552 or 6341879. OLE color: 6341879.

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

Color convert

RGB 247 196 96 -
CMYK 0 0.21 0.61 0.03
HSL 39.74º 0.9% 0.67% -
HSV(B) 39.74º 0.61% 0.97% -
XYZ 60.21 60.1 19.49 -
YUV 199.85 69.4 161.63 -
System Red Green Blue C M Y K H S L
Decimal 247 196 96 0 0.21 0.61 0.03 39.74 0.9 0.67
Hex F7 C4 60 0 15 3D 3 28 5A 43
Octal 367 304 140 0 25 75 3 50 132 103
Binary 11110111 11000100 1100000 0 10101 111101 11 101000 1011010 1000011

Color Harmonies of #F7C460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C460

Black with #F7C460

Text Example


Text Example

White with #F7C460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C460; }

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

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

background-color css

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

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

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

border-color css

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

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

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