#F0A53D

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

Shades of Yellow Sea #F0A53D

Tints of Yellow Sea #F0A53D

Color information

#F0A53D (or 0xF0A53D) is unknown color: approx Yellow Sea. HEX triplet: F0, A5 and 3D. RGB value is (240,165,61). Sum of RGB (Red+Green+Blue) = 240+165+61=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A53D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A53D is #0F5AC2. Grayscale: #B0B0B0. Windows color (decimal): -1006275 or 4040176. OLE color: 4040176.

HSL color Cylindrical-coordinate representation of color #F0A53D: hue angle of 34.86º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0A53D is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB24016561-
CMYK00.310.750.06
HSL34.86º85.65%59.02%-
HSV(B)34.86º74.58%94.12%-
XYZ50.2345.7710.6-
YUV175.5763.35173.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.50%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 61 (24.22% from 255) = 13.09%
R=51.50%
G=35.41%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401656100.310.750.0634.8685.6559.02
HexF0A53D01F4B623563b
Octal3602457503711364312673
Binary111100001010010111110101111110010111101000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A53D; }

 p { color: rgb(240,165,61); }

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

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

 a { background-color: rgb(240,165,61); }

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

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

 span { border-color: rgb(240,165,61); }

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