#F0A63D

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

Shades of Yellow Sea #F0A63D

Tints of Yellow Sea #F0A63D

Color information

#F0A63D (or 0xF0A63D) is unknown color: approx Yellow Sea. HEX triplet: F0, A6 and 3D. RGB value is (240,166,61). Sum of RGB (Red+Green+Blue) = 240+166+61=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 61 (24.22% from 255 or 13.06% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A63D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A63D is #0F59C2. Grayscale: #B0B0B0. Windows color (decimal): -1006019 or 4040432. OLE color: 4040432.

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

Color convert

RGB24016661-
CMYK00.310.750.06
HSL35.2º85.65%59.02%-
HSV(B)35.2º74.58%94.12%-
XYZ50.4146.1310.66-
YUV176.1663.02173.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 61 (24.22% from 255) = 13.06%
R=51.39%
G=35.55%
B=13.06%

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
Decimal2401666100.310.750.0635.285.6559.02
HexF0A63D01F4B623563b
Octal3602467503711364312673
Binary111100001010011011110101111110010111101000111010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A63D; }

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

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

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

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

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

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

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

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