#FBAB3F

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

Shades of Yellow Orange #FBAB3F

Tints of Yellow Orange #FBAB3F

Color information

#FBAB3F (or 0xFBAB3F) is unknown color: approx Yellow Orange. HEX triplet: FB, AB and 3F. RGB value is (251,171,63). Sum of RGB (Red+Green+Blue) = 251+171+63=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB3F is #0454C0. Grayscale: #B7B7B7. Windows color (decimal): -283841 or 4172795. OLE color: 4172795.

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

Color convert

RGB25117163-
CMYK00.320.750.02
HSL34.47º95.92%61.57%-
HSV(B)34.47º74.9%98.43%-
XYZ55.2449.9911.44-
YUV182.6160.5176.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 63 (25% from 255) = 12.99%
R=51.75%
G=35.26%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511716300.320.750.0234.4795.9261.57
HexFBAB3F0204B222603e
Octal3732537704011324214076
Binary111110111010101111111101000001001011101000101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAB3F; }

 p { color: rgb(251,171,63); }

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

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

 a { background-color: rgb(251,171,63); }

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

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

 span { border-color: rgb(251,171,63); }

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