Html Css Color HEX #FB9E2C Lightning Yellow

📋 copy color: '#FB9E2C'

red 251 ◦ green 158 ◦ blue 44

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

Shades of Lightning Yellow #FB9E2C

Tints of Lightning Yellow #FB9E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.71%

R = 55.41%
G = 34.88%
B = 9.71%

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

#FB9E2C (or 0xFB9E2C) is known color: Lightning Yellow. HEX triplet: FB, 9E and 2C. RGB value is (251,158,44). Sum of RGB (Red+Green+Blue) = 251+158+44=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9E2C is #0461D3. Grayscale: #ADADAD. Windows color (decimal): -287188 or 2924283. OLE color: 2924283.

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

Color convert

RGB 251 158 44 -
CMYK 0 0.37 0.82 0.02
HSL 33.04º 0.96% 0.58% -
HSV(B) 33.04º 0.82% 0.98% -
XYZ 52.47 45.14 8.33 -
YUV 172.81 55.31 183.77 -
System Red Green Blue C M Y K H S L
Decimal 251 158 44 0 0.37 0.82 0.02 33.04 0.96 0.58
Hex FB 9E 2C 0 25 52 2 21 60 3A
Octal 373 236 54 0 45 122 2 41 140 72
Binary 11111011 10011110 101100 0 100101 1010010 10 100001 1100000 111010

Color Harmonies of #FB9E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9E2C

Black with #FB9E2C

Text Example


Text Example

White with #FB9E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9E2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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