#FB9E35

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

Shades of Lightning Yellow #FB9E35

Tints of Lightning Yellow #FB9E35

Color information

#FB9E35 (or 0xFB9E35) is unknown color: approx Lightning Yellow. HEX triplet: FB, 9E and 35. RGB value is (251,158,53). Sum of RGB (Red+Green+Blue) = 251+158+53=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E35 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9E35 is #0461CA. Grayscale: #AEAEAE. Windows color (decimal): -287179 or 3514107. OLE color: 3514107.

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

Color convert

RGB25115853-
CMYK00.370.790.02
HSL31.82º96.12%59.61%-
HSV(B)31.82º78.88%98.43%-
XYZ52.6545.229.32-
YUV173.8459.81183.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.33%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 53 (21.09% from 255) = 11.47%
R=54.33%
G=34.20%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511585300.370.790.0231.8296.1259.61
HexFB9E350254F220603c
Octal3732366504511724014074
Binary111110111001111011010101001011001111101000001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9E35; }

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

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

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

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

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

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

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

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