#F5A13D

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

Shades of Yellow Sea #F5A13D

Tints of Yellow Sea #F5A13D

Color information

#F5A13D (or 0xF5A13D) is unknown color: approx Yellow Sea. HEX triplet: F5, A1 and 3D. RGB value is (245,161,61). Sum of RGB (Red+Green+Blue) = 245+161+61=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A13D is #0A5EC2. Grayscale: #AFAFAF. Windows color (decimal): -679619 or 4039157. OLE color: 4039157.

HSL color Cylindrical-coordinate representation of color #F5A13D: hue angle of 32.61º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5A13D is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB24516161-
CMYK00.340.750.04
HSL32.61º90.2%60%-
HSV(B)32.61º75.1%96.08%-
XYZ51.2445.2410.45-
YUV174.7263.83178.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 161 (63.28% from 255) = 34.48%
BLUE value IS 61 (24.22% from 255) = 13.06%
R=52.46%
G=34.48%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451616100.340.750.0432.6190.260
HexF5A13D0224B4215a3c
Octal3652417504211344113274
Binary1111010110100001111101010001010010111001000011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A13D; }

 p { color: rgb(245,161,61); }

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

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

 a { background-color: rgb(245,161,61); }

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

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

 span { border-color: rgb(245,161,61); }

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