Html Css Color HEX #FB9E32 Lightning Yellow

📋 copy color: '#FB9E32'

red 251 ◦ green 158 ◦ blue 50

#FB9E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #FB9E32

Tints of Lightning Yellow #FB9E32

RGB

 RED value IS 251 (98.44% from 255) = 54.68%

 GREEN value IS 158 (62.11% from 255) = 34.42%

 BLUE value IS 50 (19.92% from 255) = 10.89%

R = 54.68%
G = 34.42%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FB9E32 (or 0xFB9E32) is known color: Lightning Yellow. HEX triplet: FB, 9E and 32. RGB value is (251,158,50). Sum of RGB (Red+Green+Blue) = 251+158+50=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9E32 is #0461CD. Grayscale: #AEAEAE. Windows color (decimal): -287182 or 3317499. OLE color: 3317499.

HSL color Cylindrical-coordinate representation of color #FB9E32: hue angle of 32.24º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB9E32 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 158 50 -
CMYK 0 0.37 0.80 0.02
HSL 32.24º 0.96% 0.59% -
HSV(B) 32.24º 0.8% 0.98% -
XYZ 52.59 45.19 8.97 -
YUV 173.5 58.31 183.28 -
System Red Green Blue C M Y K H S L
Decimal 251 158 50 0 0.37 0.80 0.02 32.24 0.96 0.59
Hex FB 9E 32 0 25 50 2 20 60 3B
Octal 373 236 62 0 45 120 2 40 140 73
Binary 11111011 10011110 110010 0 100101 1010000 10 100000 1100000 111011

Color Harmonies of #FB9E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9E32

Black with #FB9E32

Text Example


Text Example

White with #FB9E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9E32; }

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

 H1.HeaderClassName
 {
   color: #FB9E32;
 }
 .AnyTagClassName
 {
   color: #FB9E32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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