#F1962E

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

Shades of Yellow Sea #F1962E

Tints of Yellow Sea #F1962E

Color information

#F1962E (or 0xF1962E) is unknown color: approx Yellow Sea. HEX triplet: F1, 96 and 2E. RGB value is (241,150,46). Sum of RGB (Red+Green+Blue) = 241+150+46=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1962E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1962E is #0E69D1. Grayscale: #A5A5A5. Windows color (decimal): -944594 or 3053297. OLE color: 3053297.

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

Color convert

RGB24115046-
CMYK00.380.810.05
HSL32º87.44%56.27%-
HSV(B)32º80.91%94.51%-
XYZ47.6840.717.93-
YUV165.3560.65181.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.15%
GREEN value IS 150 (58.98% from 255) = 34.32%
BLUE value IS 46 (18.36% from 255) = 10.53%
R=55.15%
G=34.32%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411504600.380.810.053287.4456.27
HexF1962E026515205738
Octal3612265604612154012770
Binary1111000110010110101110010011010100011011000001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1962E; }

 p { color: rgb(241,150,46); }

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

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

 a { background-color: rgb(241,150,46); }

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

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

 span { border-color: rgb(241,150,46); }

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