Html Css Color HEX #FAAC29 Lightning Yellow

📋 copy color: '#FAAC29'

red 250 ◦ green 172 ◦ blue 41

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

Shades of Lightning Yellow #FAAC29

Tints of Lightning Yellow #FAAC29

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.15%

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

R = 54%
G = 37.15%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FAAC29 (or 0xFAAC29) is known color: Lightning Yellow. HEX triplet: FA, AC and 29. RGB value is (250,172,41). Sum of RGB (Red+Green+Blue) = 250+172+41=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 41 (16.41% from 255 or 8.86% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAC29 is #0553D6. Grayscale: #B4B4B4. Windows color (decimal): -349143 or 2731258. OLE color: 2731258.

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

Color convert

RGB 250 172 41 -
CMYK 0 0.31 0.84 0.02
HSL 37.61º 0.95% 0.57% -
HSV(B) 37.61º 0.84% 0.98% -
XYZ 54.58 49.99 8.87 -
YUV 180.39 49.34 177.65 -
System Red Green Blue C M Y K H S L
Decimal 250 172 41 0 0.31 0.84 0.02 37.61 0.95 0.57
Hex FA AC 29 0 1F 54 2 26 5F 39
Octal 372 254 51 0 37 124 2 46 137 71
Binary 11111010 10101100 101001 0 11111 1010100 10 100110 1011111 111001

Color Harmonies of #FAAC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAC29

Black with #FAAC29

Text Example


Text Example

White with #FAAC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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