#F8A03F

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

Shades of Yellow Sea #F8A03F

Tints of Yellow Sea #F8A03F

Color information

#F8A03F (or 0xF8A03F) is unknown color: approx Yellow Sea. HEX triplet: F8, A0 and 3F. RGB value is (248,160,63). Sum of RGB (Red+Green+Blue) = 248+160+63=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 63 (25% from 255 or 13.38% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A03F is #075FC0. Grayscale: #AFAFAF. Windows color (decimal): -483265 or 4169976. OLE color: 4169976.

HSL color Cylindrical-coordinate representation of color #F8A03F: hue angle of 31.46º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8A03F is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB24816063-
CMYK00.350.750.03
HSL31.46º92.96%60.98%-
HSV(B)31.46º74.6%97.25%-
XYZ52.1845.4610.73-
YUV175.2564.65179.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.65%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 63 (25% from 255) = 13.38%
R=52.65%
G=33.97%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481606300.350.750.0331.4692.9660.98
HexF8A03F0234B31f5d3d
Octal3702407704311333713575
Binary11111000101000001111110100011100101111111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A03F; }

 p { color: rgb(248,160,63); }

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

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

 a { background-color: rgb(248,160,63); }

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

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

 span { border-color: rgb(248,160,63); }

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