#F7BE36

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

Shades of Saffron #F7BE36

Tints of Saffron #F7BE36

Color information

#F7BE36 (or 0xF7BE36) is unknown color: approx Saffron. HEX triplet: F7, BE and 36. RGB value is (247,190,54). Sum of RGB (Red+Green+Blue) = 247+190+54=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BE36 is #0841C9. Grayscale: #C0C0C0. Windows color (decimal): -541130 or 3587831. OLE color: 3587831.

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

Color convert

RGB24719054-
CMYK00.230.780.03
HSL42.28º92.34%59.02%-
HSV(B)42.28º78.14%96.86%-
XYZ57.4456.8711.44-
YUV191.5450.38167.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.31%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 54 (21.48% from 255) = 11.00%
R=50.31%
G=38.70%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471905400.230.780.0342.2892.3459.02
HexF7BE360174E32a5c3b
Octal3672766602711635213473
Binary11110111101111101101100101111001110111010101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BE36; }

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

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

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

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

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

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

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

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