#F1A43D

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

Shades of Yellow Sea #F1A43D

Tints of Yellow Sea #F1A43D

Color information

#F1A43D (or 0xF1A43D) is unknown color: approx Yellow Sea. HEX triplet: F1, A4 and 3D. RGB value is (241,164,61). Sum of RGB (Red+Green+Blue) = 241+164+61=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A43D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A43D is #0E5BC2. Grayscale: #AFAFAF. Windows color (decimal): -940995 or 4039921. OLE color: 4039921.

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

Color convert

RGB24116461-
CMYK00.320.750.05
HSL34.33º86.54%59.22%-
HSV(B)34.33º74.69%94.51%-
XYZ50.3945.5910.56-
YUV175.2863.51174.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.72%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 61 (24.22% from 255) = 13.09%
R=51.72%
G=35.19%
B=13.09%

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
Decimal2411646100.320.750.0534.3386.5459.22
HexF1A43D0204B522573b
Octal3612447504011354212773
Binary1111000110100100111101010000010010111011000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A43D; }

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

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

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

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

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

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

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

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