#F1A43B

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

Shades of Yellow Sea #F1A43B

Tints of Yellow Sea #F1A43B

Color information

#F1A43B (or 0xF1A43B) is unknown color: approx Yellow Sea. HEX triplet: F1, A4 and 3B. RGB value is (241,164,59). Sum of RGB (Red+Green+Blue) = 241+164+59=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A43B is #0E5BC4. Grayscale: #AFAFAF. Windows color (decimal): -940997 or 3908849. OLE color: 3908849.

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

Color convert

RGB24116459-
CMYK00.320.760.05
HSL34.62º86.67%58.82%-
HSV(B)34.62º75.52%94.51%-
XYZ50.3445.5710.28-
YUV175.0562.51175.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.94%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 59 (23.44% from 255) = 12.72%
R=51.94%
G=35.34%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411645900.320.760.0534.6286.6758.82
HexF1A43B0204C523573b
Octal3612447304011454312773
Binary1111000110100100111011010000010011001011000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A43B; }

 p { color: rgb(241,164,59); }

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

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

 a { background-color: rgb(241,164,59); }

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

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

 span { border-color: rgb(241,164,59); }

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