#F1A237

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

Shades of Yellow Sea #F1A237

Tints of Yellow Sea #F1A237

Color information

#F1A237 (or 0xF1A237) is unknown color: approx Yellow Sea. HEX triplet: F1, A2 and 37. RGB value is (241,162,55). Sum of RGB (Red+Green+Blue) = 241+162+55=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 55 (21.88% from 255 or 12.01% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A237 is #0E5DC8. Grayscale: #ADADAD. Windows color (decimal): -941513 or 3646193. OLE color: 3646193.

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

Color convert

RGB24116255-
CMYK00.330.770.05
HSL34.52º86.92%58.04%-
HSV(B)34.52º77.18%94.51%-
XYZ49.8944.829.64-
YUV173.4261.17176.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.62%
GREEN value IS 162 (63.67% from 255) = 35.37%
BLUE value IS 55 (21.88% from 255) = 12.01%
R=52.62%
G=35.37%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411625500.330.770.0534.5286.9258.04
HexF1A2370214D523573a
Octal3612426704111554312772
Binary1111000110100010110111010000110011011011000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A237; }

 p { color: rgb(241,162,55); }

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

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

 a { background-color: rgb(241,162,55); }

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

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

 span { border-color: rgb(241,162,55); }

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