#FBAE0F

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

Shades of Dark Tangerine #FBAE0F

Tints of Dark Tangerine #FBAE0F

Color information

#FBAE0F (or 0xFBAE0F) is unknown color: approx Dark Tangerine. HEX triplet: FB, AE and 0F. RGB value is (251,174,15). Sum of RGB (Red+Green+Blue) = 251+174+15=440 (58% of max value = 765). Red value is 251 (98.44% from 255 or 57.05% from 440); Green value is 174 (68.36% from 255 or 39.55% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBAE0F is #0451F0. Grayscale: #B3B3B3. Windows color (decimal): -283121 or 1027835. OLE color: 1027835.

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

Color convert

RGB25117415-
CMYK00.310.940.02
HSL40.42º96.72%52.16%-
HSV(B)40.42º94.02%98.43%-
XYZ55.0150.827.36-
YUV178.935.51179.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.05%
GREEN value IS 174 (68.36% from 255) = 39.55%
BLUE value IS 15 (6.25% from 255) = 3.41%
R=57.05%
G=39.55%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511741500.310.940.0240.4296.7252.16
HexFBAEF01F5E2286134
Octal3732561703713625014164
Binary111110111010111011110111111011110101010001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE0F; }

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

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

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

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

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

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

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

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