Html Css Color HEX #F7BF4E Golden Tainoi

📋 copy color: '#F7BF4E'

red 247 ◦ green 191 ◦ blue 78

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

Shades of Golden Tainoi #F7BF4E

Tints of Golden Tainoi #F7BF4E

RGB

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

 GREEN value IS 191 (75% from 255) = 37.02%

 BLUE value IS 78 (30.86% from 255) = 15.12%

R = 47.87%
G = 37.02%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7BF4E (or 0xF7BF4E) is known color: Golden Tainoi. HEX triplet: F7, BF and 4E. RGB value is (247,191,78). Sum of RGB (Red+Green+Blue) = 247+191+78=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BF4E is #0840B1. Grayscale: #C3C3C3. Windows color (decimal): -540850 or 5160951. OLE color: 5160951.

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

Color convert

RGB 247 191 78 -
CMYK 0 0.23 0.68 0.03
HSL 40.12º 0.91% 0.64% -
HSV(B) 40.12º 0.68% 0.97% -
XYZ 58.36 57.59 15.25 -
YUV 194.86 62.05 165.19 -
System Red Green Blue C M Y K H S L
Decimal 247 191 78 0 0.23 0.68 0.03 40.12 0.91 0.64
Hex F7 BF 4E 0 17 44 3 28 5B 40
Octal 367 277 116 0 27 104 3 50 133 100
Binary 11110111 10111111 1001110 0 10111 1000100 11 101000 1011011 1000000

Color Harmonies of #F7BF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BF4E

Black with #F7BF4E

Text Example


Text Example

White with #F7BF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BF4E; }

 p { color: rgb(247,191,78); }

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

background-color css

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

 a { background-color: rgb(247,191,78); }

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

border-color css

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

 span { border-color: rgb(247,191,78); }

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