#f1ab3b

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

Shades of Lightning Yellow #F1AB3B

Tints of Lightning Yellow #F1AB3B

Color information

#F1AB3B (or 0xF1AB3B) is unknown color: approx Lightning Yellow. HEX triplet: F1, AB and 3B. RGB value is (241,171,59). Sum of RGB (Red+Green+Blue) = 241+171+59=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 59 (23.44% from 255 or 12.53% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AB3B is #0E54C4. Grayscale: #B3B3B3. Windows color (decimal): -939205 or 3910641. OLE color: 3910641.

HSL color Cylindrical-coordinate representation of color #F1AB3B: hue angle of 36.92º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1AB3B is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24117159-
CMYK00.290.760.05
HSL36.92º86.67%58.82%-
HSV(B)36.92º75.52%94.51%-
XYZ51.6348.1410.71-
YUV179.1660.19172.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 51.17%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 59 (23.44% from 255) = 12.53%
R=51.17%
G=36.31%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411715900.290.760.0536.9286.6758.82
HexF1AB3B01D4C525573b
Octal3612537303511454512773
Binary111100011010101111101101110110011001011001011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1ab3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1ab3b; }

 p { color: rgb(241,171,59); }

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

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

 a { background-color: rgb(241,171,59); }

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

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

 span { border-color: rgb(241,171,59); }

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