#FBA035

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

Shades of Lightning Yellow #FBA035

Tints of Lightning Yellow #FBA035

Color information

#FBA035 (or 0xFBA035) is unknown color: approx Lightning Yellow. HEX triplet: FB, A0 and 35. RGB value is (251,160,53). Sum of RGB (Red+Green+Blue) = 251+160+53=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA035 is #045FCA. Grayscale: #AFAFAF. Windows color (decimal): -286667 or 3514619. OLE color: 3514619.

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

Color convert

RGB25116053-
CMYK00.360.790.02
HSL32.42º96.12%59.61%-
HSV(B)32.42º78.88%98.43%-
XYZ5345.919.44-
YUV175.0159.15182.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.09%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 53 (21.09% from 255) = 11.42%
R=54.09%
G=34.48%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511605300.360.790.0232.4296.1259.61
HexFBA0350244F220603c
Octal3732406504411724014074
Binary111110111010000011010101001001001111101000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA035; }

 p { color: rgb(251,160,53); }

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

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

 a { background-color: rgb(251,160,53); }

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

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

 span { border-color: rgb(251,160,53); }

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