Html Css Color HEX #FB9E2E Lightning Yellow

📋 copy color: '#FB9E2E'

red 251 ◦ green 158 ◦ blue 46

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

Shades of Lightning Yellow #FB9E2E

Tints of Lightning Yellow #FB9E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 55.16%
G = 34.73%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB9E2E (or 0xFB9E2E) is known color: Lightning Yellow. HEX triplet: FB, 9E and 2E. RGB value is (251,158,46). Sum of RGB (Red+Green+Blue) = 251+158+46=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9E2E is #0461D1. Grayscale: #ADADAD. Windows color (decimal): -287186 or 3055355. OLE color: 3055355.

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

Color convert

RGB 251 158 46 -
CMYK 0 0.37 0.82 0.02
HSL 32.78º 0.96% 0.58% -
HSV(B) 32.78º 0.82% 0.98% -
XYZ 52.5 45.16 8.53 -
YUV 173.04 56.31 183.61 -
System Red Green Blue C M Y K H S L
Decimal 251 158 46 0 0.37 0.82 0.02 32.78 0.96 0.58
Hex FB 9E 2E 0 25 52 2 21 60 3A
Octal 373 236 56 0 45 122 2 41 140 72
Binary 11111011 10011110 101110 0 100101 1010010 10 100001 1100000 111010

Color Harmonies of #FB9E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9E2E

Black with #FB9E2E

Text Example


Text Example

White with #FB9E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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