Html Css Color HEX #FBA123 Lightning Yellow

📋 copy color: '#FBA123'

red 251 ◦ green 161 ◦ blue 35

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

Shades of Lightning Yellow #FBA123

Tints of Lightning Yellow #FBA123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.83%

R = 56.15%
G = 36.02%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FBA123 (or 0xFBA123) is known color: Lightning Yellow. HEX triplet: FB, A1 and 23. RGB value is (251,161,35). Sum of RGB (Red+Green+Blue) = 251+161+35=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA123 is #045EDC. Grayscale: #AEAEAE. Windows color (decimal): -286429 or 2335227. OLE color: 2335227.

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

Color convert

RGB 251 161 35 -
CMYK 0 0.36 0.86 0.02
HSL 35º 0.96% 0.56% -
HSV(B) 35º 0.86% 0.98% -
XYZ 52.83 46.12 7.71 -
YUV 173.55 49.82 183.25 -
System Red Green Blue C M Y K H S L
Decimal 251 161 35 0 0.36 0.86 0.02 35 0.96 0.56
Hex FB A1 23 0 24 56 2 23 60 38
Octal 373 241 43 0 44 126 2 43 140 70
Binary 11111011 10100001 100011 0 100100 1010110 10 100011 1100000 111000

Color Harmonies of #FBA123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA123

Black with #FBA123

Text Example


Text Example

White with #FBA123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA123; }

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

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

background-color css

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

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

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

border-color css

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

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

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