#fbae1d

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

Shades of Dark Tangerine #FBAE1D

Tints of Dark Tangerine #FBAE1D

Color information

#FBAE1D (or 0xFBAE1D) is unknown color: approx Dark Tangerine. HEX triplet: FB, AE and 1D. RGB value is (251,174,29). Sum of RGB (Red+Green+Blue) = 251+174+29=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAE1D is #0451E2. Grayscale: #B5B5B5. Windows color (decimal): -283107 or 1945339. OLE color: 1945339.

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

Color convert

RGB25117429-
CMYK00.310.880.02
HSL39.19º96.52%54.9%-
HSV(B)39.19º88.45%98.43%-
XYZ55.1450.878.08-
YUV180.4942.51178.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.29%
GREEN value IS 174 (68.36% from 255) = 38.33%
BLUE value IS 29 (11.72% from 255) = 6.39%
R=55.29%
G=38.33%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511742900.310.880.0239.1996.5254.9
HexFBAE1D01F582276137
Octal3732563503713024714167
Binary1111101110101110111010111111011000101001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbae1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbae1d; }

 p { color: rgb(251,174,29); }

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

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

 a { background-color: rgb(251,174,29); }

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

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

 span { border-color: rgb(251,174,29); }

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