#F1A33D

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

Shades of Yellow Sea #F1A33D

Tints of Yellow Sea #F1A33D

Color information

#F1A33D (or 0xF1A33D) is unknown color: approx Yellow Sea. HEX triplet: F1, A3 and 3D. RGB value is (241,163,61). Sum of RGB (Red+Green+Blue) = 241+163+61=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A33D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A33D is #0E5CC2. Grayscale: #AFAFAF. Windows color (decimal): -941251 or 4039665. OLE color: 4039665.

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

Color convert

RGB24116361-
CMYK00.320.750.05
HSL34º86.54%59.22%-
HSV(B)34º74.69%94.51%-
XYZ50.2245.2310.5-
YUV174.6963.84175.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.83%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 61 (24.22% from 255) = 13.12%
R=51.83%
G=35.05%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411636100.320.750.053486.5459.22
HexF1A33D0204B522573b
Octal3612437504011354212773
Binary1111000110100011111101010000010010111011000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A33D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A33D; }

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

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

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

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

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

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

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

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