#F3BE2E

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

Shades of Saffron #F3BE2E

Tints of Saffron #F3BE2E

Color information

#F3BE2E (or 0xF3BE2E) is unknown color: approx Saffron. HEX triplet: F3, BE and 2E. RGB value is (243,190,46). Sum of RGB (Red+Green+Blue) = 243+190+46=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BE2E is #0C41D1. Grayscale: #BEBEBE. Windows color (decimal): -803282 or 3063539. OLE color: 3063539.

HSL color Cylindrical-coordinate representation of color #F3BE2E: hue angle of 43.86º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3BE2E is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24319046-
CMYK00.220.810.05
HSL43.86º89.14%56.67%-
HSV(B)43.86º81.07%95.29%-
XYZ55.8756.0810.46-
YUV189.4347.06166.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.73%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 46 (18.36% from 255) = 9.60%
R=50.73%
G=39.67%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431904600.220.810.0543.8689.1456.67
HexF3BE2E0165152c5939
Octal3632765602612155413171
Binary111100111011111010111001011010100011011011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BE2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BE2E; }

 p { color: rgb(243,190,46); }

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

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

 a { background-color: rgb(243,190,46); }

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

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

 span { border-color: rgb(243,190,46); }

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