#F0A141

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

Shades of Yellow Sea #F0A141

Tints of Yellow Sea #F0A141

Color information

#F0A141 (or 0xF0A141) is unknown color: approx Yellow Sea. HEX triplet: F0, A1 and 41. RGB value is (240,161,65). Sum of RGB (Red+Green+Blue) = 240+161+65=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A141 is #0F5EBE. Grayscale: #AEAEAE. Windows color (decimal): -1007295 or 4301296. OLE color: 4301296.

HSL color Cylindrical-coordinate representation of color #F0A141: hue angle of 32.91º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0A141 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24016165-
CMYK00.330.730.06
HSL32.91º85.37%59.8%-
HSV(B)32.91º72.92%94.12%-
XYZ49.6344.410.95-
YUV173.6866.67175.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.50%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 65 (25.78% from 255) = 13.95%
R=51.50%
G=34.55%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401616500.330.730.0632.9185.3759.8
HexF0A14102149621553c
Octal36024110104111164112574
Binary11110000101000011000001010000110010011101000011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A141; }

 p { color: rgb(240,161,65); }

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

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

 a { background-color: rgb(240,161,65); }

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

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

 span { border-color: rgb(240,161,65); }

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