#F1A93D

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

Shades of Yellow Sea #F1A93D

Tints of Yellow Sea #F1A93D

Color information

#F1A93D (or 0xF1A93D) is unknown color: approx Yellow Sea. HEX triplet: F1, A9 and 3D. RGB value is (241,169,61). Sum of RGB (Red+Green+Blue) = 241+169+61=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A93D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A93D is #0E56C2. Grayscale: #B2B2B2. Windows color (decimal): -939715 or 4041201. OLE color: 4041201.

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

Color convert

RGB24116961-
CMYK00.300.750.05
HSL36º86.54%59.22%-
HSV(B)36º74.69%94.51%-
XYZ51.3147.4110.86-
YUV178.2261.85172.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 61 (24.22% from 255) = 12.95%
R=51.17%
G=35.88%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411696100.300.750.053686.5459.22
HexF1A93D01E4B524573b
Octal3612517503611354412773
Binary111100011010100111110101111010010111011001001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A93D; }

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

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

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

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

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

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

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

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