#FBAA38

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

Shades of Lightning Yellow #FBAA38

Tints of Lightning Yellow #FBAA38

Color information

#FBAA38 (or 0xFBAA38) is unknown color: approx Lightning Yellow. HEX triplet: FB, AA and 38. RGB value is (251,170,56). Sum of RGB (Red+Green+Blue) = 251+170+56=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAA38 is #0455C7. Grayscale: #B5B5B5. Windows color (decimal): -284104 or 3713787. OLE color: 3713787.

HSL color Cylindrical-coordinate representation of color #FBAA38: hue angle of 35.08º degrees, saturation: 0.96, 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 #FBAA38 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB25117056-
CMYK00.320.780.02
HSL35.08º96.06%60.2%-
HSV(B)35.08º77.69%98.43%-
XYZ54.8749.5410.41-
YUV181.2257.34177.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.62%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 56 (22.27% from 255) = 11.74%
R=52.62%
G=35.64%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511705600.320.780.0235.0896.0660.2
HexFBAA380204E223603c
Octal3732527004011624314074
Binary111110111010101011100001000001001110101000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAA38; }

 p { color: rgb(251,170,56); }

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

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

 a { background-color: rgb(251,170,56); }

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

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

 span { border-color: rgb(251,170,56); }

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