#F1A341

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

Shades of Yellow Sea #F1A341

Tints of Yellow Sea #F1A341

Color information

#F1A341 (or 0xF1A341) is unknown color: approx Yellow Sea. HEX triplet: F1, A3 and 41. RGB value is (241,163,65). Sum of RGB (Red+Green+Blue) = 241+163+65=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 65 (25.78% from 255 or 13.86% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A341 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A341 is #0E5CBE. Grayscale: #AFAFAF. Windows color (decimal): -941247 or 4301809. OLE color: 4301809.

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

Color convert

RGB24116365-
CMYK00.320.730.05
HSL33.41º86.27%60%-
HSV(B)33.41º73.03%94.51%-
XYZ50.3345.2811.09-
YUV175.1565.84174.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.39%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 65 (25.78% from 255) = 13.86%
R=51.39%
G=34.75%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411636500.320.730.0533.4186.2760
HexF1A34102049521563c
Octal36124310104011154112674
Binary11110001101000111000001010000010010011011000011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A341; }

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

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

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

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

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

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

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

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