#F1A23C

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

Shades of Yellow Sea #F1A23C

Tints of Yellow Sea #F1A23C

Color information

#F1A23C (or 0xF1A23C) is unknown color: approx Yellow Sea. HEX triplet: F1, A2 and 3C. RGB value is (241,162,60). Sum of RGB (Red+Green+Blue) = 241+162+60=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A23C is #0E5DC3. Grayscale: #AEAEAE. Windows color (decimal): -941508 or 3973873. OLE color: 3973873.

HSL color Cylindrical-coordinate representation of color #F1A23C: hue angle of 33.81º 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 #F1A23C is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB24116260-
CMYK00.330.750.05
HSL33.81º86.6%59.02%-
HSV(B)33.81º75.1%94.51%-
XYZ50.0144.8710.3-
YUV173.9963.67175.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 60 (23.83% from 255) = 12.96%
R=52.05%
G=34.99%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411626000.330.750.0533.8186.659.02
HexF1A23C0214B522573b
Octal3612427404111354212773
Binary1111000110100010111100010000110010111011000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A23C; }

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

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

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

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

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

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

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

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