#FBA03D

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

Shades of Yellow Sea #FBA03D

Tints of Yellow Sea #FBA03D

Color information

#FBA03D (or 0xFBA03D) is unknown color: approx Yellow Sea. HEX triplet: FB, A0 and 3D. RGB value is (251,160,61). Sum of RGB (Red+Green+Blue) = 251+160+61=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA03D is #045FC2. Grayscale: #B0B0B0. Windows color (decimal): -286659 or 4038907. OLE color: 4038907.

HSL color Cylindrical-coordinate representation of color #FBA03D: hue angle of 31.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBA03D is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB25116061-
CMYK00.360.760.02
HSL31.26º95.96%61.18%-
HSV(B)31.26º75.7%98.43%-
XYZ53.245.9910.49-
YUV175.9263.15181.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.18%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 61 (24.22% from 255) = 12.92%
R=53.18%
G=33.90%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511606100.360.760.0231.2695.9661.18
HexFBA03D0244C21f603d
Octal3732407504411423714075
Binary11111011101000001111010100100100110010111111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA03D; }

 p { color: rgb(251,160,61); }

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

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

 a { background-color: rgb(251,160,61); }

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

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

 span { border-color: rgb(251,160,61); }

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