Html Css Color HEX #FBA130 Lightning Yellow

📋 copy color: '#FBA130'

red 251 ◦ green 161 ◦ blue 48

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

Shades of Lightning Yellow #FBA130

Tints of Lightning Yellow #FBA130

RGB

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

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

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

R = 54.57%
G = 35%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBA130 (or 0xFBA130) is known color: Lightning Yellow. HEX triplet: FB, A1 and 30. RGB value is (251,161,48). Sum of RGB (Red+Green+Blue) = 251+161+48=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA130 is #045ECF. Grayscale: #AFAFAF. Windows color (decimal): -286416 or 3187195. OLE color: 3187195.

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

Color convert

RGB 251 161 48 -
CMYK 0 0.36 0.81 0.02
HSL 33.4º 0.96% 0.59% -
HSV(B) 33.4º 0.81% 0.98% -
XYZ 53.06 46.21 8.92 -
YUV 175.03 56.32 182.19 -
System Red Green Blue C M Y K H S L
Decimal 251 161 48 0 0.36 0.81 0.02 33.4 0.96 0.59
Hex FB A1 30 0 24 51 2 21 60 3B
Octal 373 241 60 0 44 121 2 41 140 73
Binary 11111011 10100001 110000 0 100100 1010001 10 100001 1100000 111011

Color Harmonies of #FBA130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA130

Black with #FBA130

Text Example


Text Example

White with #FBA130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA130; }

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

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

background-color css

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

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

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

border-color css

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

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

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