#FAB40A

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

Shades of Selective Yellow #FAB40A

Tints of Selective Yellow #FAB40A

Color information

#FAB40A (or 0xFAB40A) is unknown color: approx Selective Yellow. HEX triplet: FA, B4 and 0A. RGB value is (250,180,10). Sum of RGB (Red+Green+Blue) = 250+180+10=440 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.82% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAB40A is #054BF5. Grayscale: #B6B6B6. Windows color (decimal): -347126 or 701690. OLE color: 701690.

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

Color convert

RGB25018010-
CMYK00.280.960.02
HSL42.5º96%50.98%-
HSV(B)42.5º96%98.04%-
XYZ55.852.997.57-
YUV181.5531.19176.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.82%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 10 (4.30% from 255) = 2.27%
R=56.82%
G=40.91%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501801000.280.960.0242.59650.98
HexFAB4A01C6022a6033
Octal3722641203414025214063
Binary111110101011010010100111001100000101010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB40A; }

 p { color: rgb(250,180,10); }

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

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

 a { background-color: rgb(250,180,10); }

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

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

 span { border-color: rgb(250,180,10); }

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