Html Css Color HEX #FB9E2F Lightning Yellow

📋 copy color: '#FB9E2F'

red 251 ◦ green 158 ◦ blue 47

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

Shades of Lightning Yellow #FB9E2F

Tints of Lightning Yellow #FB9E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.31%

R = 55.04%
G = 34.65%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB9E2F (or 0xFB9E2F) is known color: Lightning Yellow. HEX triplet: FB, 9E and 2F. RGB value is (251,158,47). Sum of RGB (Red+Green+Blue) = 251+158+47=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9E2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB9E2F is #0461D0. Grayscale: #ADADAD. Windows color (decimal): -287185 or 3120891. OLE color: 3120891.

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

Color convert

RGB 251 158 47 -
CMYK 0 0.37 0.81 0.02
HSL 32.65º 0.96% 0.58% -
HSV(B) 32.65º 0.81% 0.98% -
XYZ 52.52 45.17 8.64 -
YUV 173.15 56.81 183.53 -
System Red Green Blue C M Y K H S L
Decimal 251 158 47 0 0.37 0.81 0.02 32.65 0.96 0.58
Hex FB 9E 2F 0 25 51 2 21 60 3A
Octal 373 236 57 0 45 121 2 41 140 72
Binary 11111011 10011110 101111 0 100101 1010001 10 100001 1100000 111010

Color Harmonies of #FB9E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9E2F

Black with #FB9E2F

Text Example


Text Example

White with #FB9E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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