#F7BF34

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

Shades of Saffron #F7BF34

Tints of Saffron #F7BF34

Color information

#F7BF34 (or 0xF7BF34) is unknown color: approx Saffron. HEX triplet: F7, BF and 34. RGB value is (247,191,52). Sum of RGB (Red+Green+Blue) = 247+191+52=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BF34 is #0840CB. Grayscale: #C0C0C0. Windows color (decimal): -540876 or 3457015. OLE color: 3457015.

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

Color convert

RGB24719152-
CMYK00.230.790.03
HSL42.77º92.42%58.63%-
HSV(B)42.77º78.95%96.86%-
XYZ57.6157.2811.27-
YUV191.949.05167.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.41%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 52 (20.70% from 255) = 10.61%
R=50.41%
G=38.98%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471915200.230.790.0342.7792.4258.63
HexF7BF340174F32b5c3b
Octal3672776402711735313473
Binary11110111101111111101000101111001111111010111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BF34; }

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

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

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

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

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

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

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

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