#F1A03C

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

Shades of Yellow Sea #F1A03C

Tints of Yellow Sea #F1A03C

Color information

#F1A03C (or 0xF1A03C) is unknown color: approx Yellow Sea. HEX triplet: F1, A0 and 3C. RGB value is (241,160,60). Sum of RGB (Red+Green+Blue) = 241+160+60=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A03C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A03C is #0E5FC3. Grayscale: #ADADAD. Windows color (decimal): -942020 or 3973361. OLE color: 3973361.

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

Color convert

RGB24116060-
CMYK00.340.750.05
HSL33.15º86.6%59.02%-
HSV(B)33.15º75.1%94.51%-
XYZ49.6644.1710.18-
YUV172.8264.34176.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.28%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 60 (23.83% from 255) = 13.02%
R=52.28%
G=34.71%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411606000.340.750.0533.1586.659.02
HexF1A03C0224B521573b
Octal3612407404211354112773
Binary1111000110100000111100010001010010111011000011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A03C; }

 p { color: rgb(241,160,60); }

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

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

 a { background-color: rgb(241,160,60); }

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

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

 span { border-color: rgb(241,160,60); }

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