#F7BE2D

Color #F7BE2D Saffron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saffron #F7BE2D

Tints of Saffron #F7BE2D

Color information

#F7BE2D (or 0xF7BE2D) is unknown color: approx Saffron. HEX triplet: F7, BE and 2D. RGB value is (247,190,45). Sum of RGB (Red+Green+Blue) = 247+190+45=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BE2D is #0841D2. Grayscale: #BFBFBF. Windows color (decimal): -541139 or 2998007. OLE color: 2998007.

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

Color convert

RGB24719045-
CMYK00.230.820.03
HSL43.07º92.66%57.25%-
HSV(B)43.07º81.78%96.86%-
XYZ57.2456.7910.43-
YUV190.5145.88168.29-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 51.24%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 45 (17.97% from 255) = 9.34%
R=51.24%
G=39.42%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471904500.230.820.0343.0792.6657.25
HexF7BE2D0175232b5d39
Octal3672765502712235313571
Binary11110111101111101011010101111010010111010111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BE2D; }

 p { color: rgb(247,190,45); }

 H1.HeaderClassName
 {
   color: #F7BE2D;
 }
 .AnyTagClassName
 {
   color: #F7BE2D;
 }
</style>
background-color css

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

 a { background-color: rgb(247,190,45); }

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

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

 span { border-color: rgb(247,190,45); }

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