Html Css Color HEX #F7C156 Golden Tainoi

📋 copy color: '#F7C156'

red 247 ◦ green 193 ◦ blue 86

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

Shades of Golden Tainoi #F7C156

Tints of Golden Tainoi #F7C156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.69%

 BLUE value IS 86 (33.98% from 255) = 16.35%

R = 46.96%
G = 36.69%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F7C156 (or 0xF7C156) is known color: Golden Tainoi. HEX triplet: F7, C1 and 56. RGB value is (247,193,86). Sum of RGB (Red+Green+Blue) = 247+193+86=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C156 is #083EA9. Grayscale: #C5C5C5. Windows color (decimal): -540330 or 5685751. OLE color: 5685751.

HSL color Cylindrical-coordinate representation of color #F7C156: hue angle of 39.88º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7C156 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 193 86 -
CMYK 0 0.22 0.65 0.03
HSL 39.88º 0.91% 0.65% -
HSV(B) 39.88º 0.65% 0.97% -
XYZ 59.11 58.59 17 -
YUV 196.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 247 193 86 0 0.22 0.65 0.03 39.88 0.91 0.65
Hex F7 C1 56 0 16 41 3 28 5B 41
Octal 367 301 126 0 26 101 3 50 133 101
Binary 11110111 11000001 1010110 0 10110 1000001 11 101000 1011011 1000001

Color Harmonies of #F7C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C156

Black with #F7C156

Text Example


Text Example

White with #F7C156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C156; }

 p { color: rgb(247,193,86); }

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

background-color css

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

 a { background-color: rgb(247,193,86); }

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

border-color css

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

 span { border-color: rgb(247,193,86); }

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