#F9AB38

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

Shades of Lightning Yellow #F9AB38

Tints of Lightning Yellow #F9AB38

Color information

#F9AB38 (or 0xF9AB38) is unknown color: approx Lightning Yellow. HEX triplet: F9, AB and 38. RGB value is (249,171,56). Sum of RGB (Red+Green+Blue) = 249+171+56=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AB38 is #0654C7. Grayscale: #B5B5B5. Windows color (decimal): -414920 or 3714041. OLE color: 3714041.

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

Color convert

RGB24917156-
CMYK00.310.780.02
HSL35.75º94.15%59.8%-
HSV(B)35.75º77.51%97.65%-
XYZ54.3449.5510.44-
YUV181.2157.34176.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 52.31%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 56 (22.27% from 255) = 11.76%
R=52.31%
G=35.92%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491715600.310.780.0235.7594.1559.8
HexF9AB3801F4E2245e3c
Octal3712537003711624413674
Binary11111001101010111110000111111001110101001001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AB38; }

 p { color: rgb(249,171,56); }

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

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

 a { background-color: rgb(249,171,56); }

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

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

 span { border-color: rgb(249,171,56); }

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