Html Css Color HEX #FBA126 Lightning Yellow

📋 copy color: '#FBA126'

red 251 ◦ green 161 ◦ blue 38

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

Shades of Lightning Yellow #FBA126

Tints of Lightning Yellow #FBA126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.44%

R = 55.78%
G = 35.78%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FBA126 (or 0xFBA126) is known color: Lightning Yellow. HEX triplet: FB, A1 and 26. RGB value is (251,161,38). Sum of RGB (Red+Green+Blue) = 251+161+38=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA126 is #045ED9. Grayscale: #AEAEAE. Windows color (decimal): -286426 or 2531835. OLE color: 2531835.

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

Color convert

RGB 251 161 38 -
CMYK 0 0.36 0.85 0.02
HSL 34.65º 0.96% 0.57% -
HSV(B) 34.65º 0.85% 0.98% -
XYZ 52.88 46.14 7.95 -
YUV 173.89 51.32 183 -
System Red Green Blue C M Y K H S L
Decimal 251 161 38 0 0.36 0.85 0.02 34.65 0.96 0.57
Hex FB A1 26 0 24 55 2 23 60 39
Octal 373 241 46 0 44 125 2 43 140 71
Binary 11111011 10100001 100110 0 100100 1010101 10 100011 1100000 111001

Color Harmonies of #FBA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA126

Black with #FBA126

Text Example


Text Example

White with #FBA126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA126; }

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

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

background-color css

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

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

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

border-color css

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

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

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