Html Css Color HEX #FBA129 Lightning Yellow

📋 copy color: '#FBA129'

red 251 ◦ green 161 ◦ blue 41

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

Shades of Lightning Yellow #FBA129

Tints of Lightning Yellow #FBA129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.05%

R = 55.41%
G = 35.54%
B = 9.05%

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

#FBA129 (or 0xFBA129) is known color: Lightning Yellow. HEX triplet: FB, A1 and 29. RGB value is (251,161,41). Sum of RGB (Red+Green+Blue) = 251+161+41=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 41 (16.41% from 255 or 9.05% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA129 is #045ED6. Grayscale: #AEAEAE. Windows color (decimal): -286423 or 2728443. OLE color: 2728443.

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

Color convert

RGB 251 161 41 -
CMYK 0 0.36 0.84 0.02
HSL 34.29º 0.96% 0.57% -
HSV(B) 34.29º 0.84% 0.98% -
XYZ 52.93 46.16 8.22 -
YUV 174.23 52.82 182.76 -
System Red Green Blue C M Y K H S L
Decimal 251 161 41 0 0.36 0.84 0.02 34.29 0.96 0.57
Hex FB A1 29 0 24 54 2 22 60 39
Octal 373 241 51 0 44 124 2 42 140 71
Binary 11111011 10100001 101001 0 100100 1010100 10 100010 1100000 111001

Color Harmonies of #FBA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA129

Black with #FBA129

Text Example


Text Example

White with #FBA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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