#FBAD19

Color #FBAD19 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FBAD19

Tints of Dark Tangerine #FBAD19

Color information

#FBAD19 (or 0xFBAD19) is unknown color: approx Dark Tangerine. HEX triplet: FB, AD and 19. RGB value is (251,173,25). Sum of RGB (Red+Green+Blue) = 251+173+25=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAD19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAD19 is #0452E6. Grayscale: #B4B4B4. Windows color (decimal): -283367 or 1682939. OLE color: 1682939.

HSL color Cylindrical-coordinate representation of color #FBAD19: hue angle of 39.29º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FBAD19 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB25117325-
CMYK00.310.900.02
HSL39.29º96.58%54.12%-
HSV(B)39.29º90.04%98.43%-
XYZ54.950.477.77-
YUV179.4540.84179.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.90%
GREEN value IS 173 (67.97% from 255) = 38.53%
BLUE value IS 25 (10.16% from 255) = 5.57%
R=55.90%
G=38.53%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511732500.310.900.0239.2996.5854.12
HexFBAD1901F5A2276136
Octal3732553103713224714166
Binary1111101110101101110010111111011010101001111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAD19; }

 p { color: rgb(251,173,25); }

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

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

 a { background-color: rgb(251,173,25); }

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

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

 span { border-color: rgb(251,173,25); }

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