#F4BE31

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

Shades of Saffron #F4BE31

Tints of Saffron #F4BE31

Color information

#F4BE31 (or 0xF4BE31) is unknown color: approx Saffron. HEX triplet: F4, BE and 31. RGB value is (244,190,49). Sum of RGB (Red+Green+Blue) = 244+190+49=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4BE31 is #0B41CE. Grayscale: #BEBEBE. Windows color (decimal): -737743 or 3260148. OLE color: 3260148.

HSL color Cylindrical-coordinate representation of color #F4BE31: hue angle of 43.38º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F4BE31 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB24419049-
CMYK00.220.800.04
HSL43.38º89.86%57.45%-
HSV(B)43.38º79.92%95.69%-
XYZ56.2856.2810.8-
YUV190.0748.39166.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.52%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 49 (19.53% from 255) = 10.14%
R=50.52%
G=39.34%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441904900.220.800.0443.3889.8657.45
HexF4BE310165042b5a39
Octal3642766102612045313271
Binary111101001011111011000101011010100001001010111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BE31; }

 p { color: rgb(244,190,49); }

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

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

 a { background-color: rgb(244,190,49); }

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

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

 span { border-color: rgb(244,190,49); }

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