#FBA938

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

Shades of Lightning Yellow #FBA938

Tints of Lightning Yellow #FBA938

Color information

#FBA938 (or 0xFBA938) is unknown color: approx Lightning Yellow. HEX triplet: FB, A9 and 38. RGB value is (251,169,56). Sum of RGB (Red+Green+Blue) = 251+169+56=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 56 (22.27% from 255 or 11.76% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA938 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA938 is #0456C7. Grayscale: #B5B5B5. Windows color (decimal): -284360 or 3713531. OLE color: 3713531.

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

Color convert

RGB25116956-
CMYK00.330.780.02
HSL34.77º96.06%60.2%-
HSV(B)34.77º77.69%98.43%-
XYZ54.6949.1710.35-
YUV180.6457.67178.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.73%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 56 (22.27% from 255) = 11.76%
R=52.73%
G=35.50%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511695600.330.780.0234.7796.0660.2
HexFBA9380214E223603c
Octal3732517004111624314074
Binary111110111010100111100001000011001110101000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA938; }

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

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

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

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

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

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

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

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