#f1a23f

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

Shades of Yellow Sea #F1A23F

Tints of Yellow Sea #F1A23F

Color information

#F1A23F (or 0xF1A23F) is unknown color: approx Yellow Sea. HEX triplet: F1, A2 and 3F. RGB value is (241,162,63). Sum of RGB (Red+Green+Blue) = 241+162+63=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A23F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A23F is #0E5DC0. Grayscale: #AEAEAE. Windows color (decimal): -941505 or 4170481. OLE color: 4170481.

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

Color convert

RGB24116263-
CMYK00.330.740.05
HSL33.37º86.41%59.61%-
HSV(B)33.37º73.86%94.51%-
XYZ50.0944.910.73-
YUV174.3365.17175.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 162 (63.67% from 255) = 34.76%
BLUE value IS 63 (25% from 255) = 13.52%
R=51.72%
G=34.76%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411626300.330.740.0533.3786.4159.61
HexF1A23F0214A521563c
Octal3612427704111254112674
Binary1111000110100010111111010000110010101011000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1a23f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1a23f; }

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

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

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

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

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

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

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

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