Html Css Color HEX #FBAB30 Lightning Yellow

📋 copy color: '#FBAB30'

red 251 ◦ green 171 ◦ blue 48

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

Shades of Lightning Yellow #FBAB30

Tints of Lightning Yellow #FBAB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.21%

R = 53.4%
G = 36.38%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBAB30 (or 0xFBAB30) is known color: Lightning Yellow. HEX triplet: FB, AB and 30. RGB value is (251,171,48). Sum of RGB (Red+Green+Blue) = 251+171+48=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB30 is #0454CF. Grayscale: #B5B5B5. Windows color (decimal): -283856 or 3189755. OLE color: 3189755.

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

Color convert

RGB 251 171 48 -
CMYK 0 0.32 0.81 0.02
HSL 36.35º 0.96% 0.59% -
HSV(B) 36.35º 0.81% 0.98% -
XYZ 54.88 49.85 9.53 -
YUV 180.9 53 178 -
System Red Green Blue C M Y K H S L
Decimal 251 171 48 0 0.32 0.81 0.02 36.35 0.96 0.59
Hex FB AB 30 0 20 51 2 24 60 3B
Octal 373 253 60 0 40 121 2 44 140 73
Binary 11111011 10101011 110000 0 100000 1010001 10 100100 1100000 111011

Color Harmonies of #FBAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAB30

Black with #FBAB30

Text Example


Text Example

White with #FBAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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