Html Css Color HEX #F7BA2E Saffron

📋 copy color: '#F7BA2E'

red 247 ◦ green 186 ◦ blue 46

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

Shades of Saffron #F7BA2E

Tints of Saffron #F7BA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 46 (18.36% from 255) = 9.6%

R = 51.57%
G = 38.83%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7BA2E (or 0xF7BA2E) is known color: Saffron. HEX triplet: F7, BA and 2E. RGB value is (247,186,46). Sum of RGB (Red+Green+Blue) = 247+186+46=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BA2E is #0845D1. Grayscale: #BCBCBC. Windows color (decimal): -542162 or 3062519. OLE color: 3062519.

HSL color Cylindrical-coordinate representation of color #F7BA2E: hue angle of 41.79º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F7BA2E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 46 -
CMYK 0 0.25 0.81 0.03
HSL 41.79º 0.93% 0.57% -
HSV(B) 41.79º 0.81% 0.97% -
XYZ 56.41 55.09 10.24 -
YUV 188.28 47.71 169.88 -
System Red Green Blue C M Y K H S L
Decimal 247 186 46 0 0.25 0.81 0.03 41.79 0.93 0.57
Hex F7 BA 2E 0 19 51 3 2A 5D 39
Octal 367 272 56 0 31 121 3 52 135 71
Binary 11110111 10111010 101110 0 11001 1010001 11 101010 1011101 111001

Color Harmonies of #F7BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA2E

Black with #F7BA2E

Text Example


Text Example

White with #F7BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA2E; }

 p { color: rgb(247,186,46); }

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

background-color css

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

 a { background-color: rgb(247,186,46); }

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

border-color css

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

 span { border-color: rgb(247,186,46); }

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