Html Css Color HEX #FBAB32 Lightning Yellow

📋 copy color: '#FBAB32'

red 251 ◦ green 171 ◦ blue 50

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

Shades of Lightning Yellow #FBAB32

Tints of Lightning Yellow #FBAB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

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

R = 53.18%
G = 36.23%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBAB32 (or 0xFBAB32) is known color: Lightning Yellow. HEX triplet: FB, AB and 32. RGB value is (251,171,50). Sum of RGB (Red+Green+Blue) = 251+171+50=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB32 is #0454CD. Grayscale: #B5B5B5. Windows color (decimal): -283854 or 3320827. OLE color: 3320827.

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

Color convert

RGB 251 171 50 -
CMYK 0 0.32 0.80 0.02
HSL 36.12º 0.96% 0.59% -
HSV(B) 36.12º 0.8% 0.98% -
XYZ 54.92 49.87 9.75 -
YUV 181.13 54 177.84 -
System Red Green Blue C M Y K H S L
Decimal 251 171 50 0 0.32 0.80 0.02 36.12 0.96 0.59
Hex FB AB 32 0 20 50 2 24 60 3B
Octal 373 253 62 0 40 120 2 44 140 73
Binary 11111011 10101011 110010 0 100000 1010000 10 100100 1100000 111011

Color Harmonies of #FBAB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB32

Black with #FBAB32

Text Example


Text Example

White with #FBAB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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