Html Css Color HEX #FBA131 Lightning Yellow

📋 copy color: '#FBA131'

red 251 ◦ green 161 ◦ blue 49

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

Shades of Lightning Yellow #FBA131

Tints of Lightning Yellow #FBA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.92%

 BLUE value IS 49 (19.53% from 255) = 10.63%

R = 54.45%
G = 34.92%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBA131 (or 0xFBA131) is known color: Lightning Yellow. HEX triplet: FB, A1 and 31. RGB value is (251,161,49). Sum of RGB (Red+Green+Blue) = 251+161+49=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA131 is #045ECE. Grayscale: #AFAFAF. Windows color (decimal): -286415 or 3252731. OLE color: 3252731.

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

Color convert

RGB 251 161 49 -
CMYK 0 0.36 0.80 0.02
HSL 33.27º 0.96% 0.59% -
HSV(B) 33.27º 0.8% 0.98% -
XYZ 53.08 46.22 9.03 -
YUV 175.14 56.82 182.11 -
System Red Green Blue C M Y K H S L
Decimal 251 161 49 0 0.36 0.80 0.02 33.27 0.96 0.59
Hex FB A1 31 0 24 50 2 21 60 3B
Octal 373 241 61 0 44 120 2 41 140 73
Binary 11111011 10100001 110001 0 100100 1010000 10 100001 1100000 111011

Color Harmonies of #FBA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA131

Black with #FBA131

Text Example


Text Example

White with #FBA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA131; }

 p { color: rgb(251,161,49); }

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

background-color css

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

 a { background-color: rgb(251,161,49); }

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

border-color css

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

 span { border-color: rgb(251,161,49); }

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