Html Css Color HEX #FAA129 Lightning Yellow

📋 copy color: '#FAA129'

red 250 ◦ green 161 ◦ blue 41

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

Shades of Lightning Yellow #FAA129

Tints of Lightning Yellow #FAA129

RGB

 RED value IS 250 (98.05% from 255) = 55.31%

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

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

R = 55.31%
G = 35.62%
B = 9.07%

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

#FAA129 (or 0xFAA129) is known color: Lightning Yellow. HEX triplet: FA, A1 and 29. RGB value is (250,161,41). Sum of RGB (Red+Green+Blue) = 250+161+41=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 41 (16.41% from 255 or 9.07% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA129 is #055ED6. Grayscale: #AEAEAE. Windows color (decimal): -351959 or 2728442. OLE color: 2728442.

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

Color convert

RGB 250 161 41 -
CMYK 0 0.36 0.84 0.02
HSL 34.45º 0.95% 0.57% -
HSV(B) 34.45º 0.84% 0.98% -
XYZ 52.57 45.97 8.2 -
YUV 173.93 52.99 182.26 -
System Red Green Blue C M Y K H S L
Decimal 250 161 41 0 0.36 0.84 0.02 34.45 0.95 0.57
Hex FA A1 29 0 24 54 2 22 5F 39
Octal 372 241 51 0 44 124 2 42 137 71
Binary 11111010 10100001 101001 0 100100 1010100 10 100010 1011111 111001

Color Harmonies of #FAA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA129

Black with #FAA129

Text Example


Text Example

White with #FAA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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