#F2BE3E

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

Shades of Saffron #F2BE3E

Tints of Saffron #F2BE3E

Color information

#F2BE3E (or 0xF2BE3E) is unknown color: approx Saffron. HEX triplet: F2, BE and 3E. RGB value is (242,190,62). Sum of RGB (Red+Green+Blue) = 242+190+62=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 62 (24.61% from 255 or 12.55% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE3E is #0D41C1. Grayscale: #BFBFBF. Windows color (decimal): -868802 or 4112114. OLE color: 4112114.

HSL color Cylindrical-coordinate representation of color #F2BE3E: hue angle of 42.67º degrees, saturation: 0.87, 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 #F2BE3E is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB24219062-
CMYK00.210.740.05
HSL42.67º87.38%59.61%-
HSV(B)42.67º74.38%94.9%-
XYZ55.956.0512.43-
YUV190.9655.23164.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.99%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 62 (24.61% from 255) = 12.55%
R=48.99%
G=38.46%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421906200.210.740.0542.6787.3859.61
HexF2BE3E0154A52b573c
Octal3622767602511255312774
Binary111100101011111011111001010110010101011010111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BE3E; }

 p { color: rgb(242,190,62); }

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

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

 a { background-color: rgb(242,190,62); }

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

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

 span { border-color: rgb(242,190,62); }

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