#F3BE40

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

Shades of Saffron #F3BE40

Tints of Saffron #F3BE40

Color information

#F3BE40 (or 0xF3BE40) is unknown color: approx Saffron. HEX triplet: F3, BE and 40. RGB value is (243,190,64). Sum of RGB (Red+Green+Blue) = 243+190+64=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BE40 is #0C41BF. Grayscale: #C0C0C0. Windows color (decimal): -803264 or 4243187. OLE color: 4243187.

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

Color convert

RGB24319064-
CMYK00.220.740.05
HSL42.23º88.18%60.2%-
HSV(B)42.23º73.66%95.29%-
XYZ56.356.2512.74-
YUV191.4856.06164.75-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=48.89%
G=38.23%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431906400.220.740.0542.2388.1860.2
HexF3BE400164A52a583c
Octal36327610002611255213074
Binary1111001110111110100000001011010010101011010101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BE40; }

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

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

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

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

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

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

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

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