#FAB03F

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

Shades of Yellow Orange #FAB03F

Tints of Yellow Orange #FAB03F

Color information

#FAB03F (or 0xFAB03F) is unknown color: approx Yellow Orange. HEX triplet: FA, B0 and 3F. RGB value is (250,176,63). Sum of RGB (Red+Green+Blue) = 250+176+63=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 63 (25% from 255 or 12.88% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB03F is #054FC0. Grayscale: #B9B9B9. Windows color (decimal): -348097 or 4174074. OLE color: 4174074.

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

Color convert

RGB25017663-
CMYK00.300.750.02
HSL36.26º94.92%61.37%-
HSV(B)36.26º74.8%98.04%-
XYZ55.8551.7311.74-
YUV185.2459.02174.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.12%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 63 (25% from 255) = 12.88%
R=51.12%
G=35.99%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501766300.300.750.0236.2694.9261.37
HexFAB03F01E4B2245f3d
Octal3722607703611324413775
Binary11111010101100001111110111101001011101001001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB03F; }

 p { color: rgb(250,176,63); }

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

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

 a { background-color: rgb(250,176,63); }

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

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

 span { border-color: rgb(250,176,63); }

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