#F1A33A

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

Shades of Yellow Sea #F1A33A

Tints of Yellow Sea #F1A33A

Color information

#F1A33A (or 0xF1A33A) is unknown color: approx Yellow Sea. HEX triplet: F1, A3 and 3A. RGB value is (241,163,58). Sum of RGB (Red+Green+Blue) = 241+163+58=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 58 (23.05% from 255 or 12.55% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A33A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A33A is #0E5CC5. Grayscale: #AEAEAE. Windows color (decimal): -941254 or 3843057. OLE color: 3843057.

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

Color convert

RGB24116358-
CMYK00.320.760.05
HSL34.43º86.73%58.63%-
HSV(B)34.43º75.93%94.51%-
XYZ50.1445.210.09-
YUV174.3562.34175.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 163 (64.06% from 255) = 35.28%
BLUE value IS 58 (23.05% from 255) = 12.55%
R=52.16%
G=35.28%
B=12.55%

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
Decimal2411635800.320.760.0534.4386.7358.63
HexF1A33A0204C522573b
Octal3612437204011454212773
Binary1111000110100011111010010000010011001011000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A33A; }

 p { color: rgb(241,163,58); }

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

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

 a { background-color: rgb(241,163,58); }

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

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

 span { border-color: rgb(241,163,58); }

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