Html Css Color HEX #FBA128 Lightning Yellow

📋 copy color: '#FBA128'

red 251 ◦ green 161 ◦ blue 40

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

Shades of Lightning Yellow #FBA128

Tints of Lightning Yellow #FBA128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.85%

R = 55.53%
G = 35.62%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBA128 (or 0xFBA128) is known color: Lightning Yellow. HEX triplet: FB, A1 and 28. RGB value is (251,161,40). Sum of RGB (Red+Green+Blue) = 251+161+40=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA128 is #045ED7. Grayscale: #AEAEAE. Windows color (decimal): -286424 or 2662907. OLE color: 2662907.

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

Color convert

RGB 251 161 40 -
CMYK 0 0.36 0.84 0.02
HSL 34.41º 0.96% 0.57% -
HSV(B) 34.41º 0.84% 0.98% -
XYZ 52.91 46.15 8.13 -
YUV 174.12 52.32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 251 161 40 0 0.36 0.84 0.02 34.41 0.96 0.57
Hex FB A1 28 0 24 54 2 22 60 39
Octal 373 241 50 0 44 124 2 42 140 71
Binary 11111011 10100001 101000 0 100100 1010100 10 100010 1100000 111001

Color Harmonies of #FBA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA128

Black with #FBA128

Text Example


Text Example

White with #FBA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA128; }

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

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

background-color css

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

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

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

border-color css

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

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

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