Html Css Color HEX #FFA429 Lightning Yellow

📋 copy color: '#FFA429'

red 255 ◦ green 164 ◦ blue 41

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

Shades of Lightning Yellow #FFA429

Tints of Lightning Yellow #FFA429

RGB

 RED value IS 255 (100% from 255) = 55.43%

 GREEN value IS 164 (64.45% from 255) = 35.65%

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

R = 55.43%
G = 35.65%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFA429 (or 0xFFA429) is known color: Lightning Yellow. HEX triplet: FF, A4 and 29. RGB value is (255,164,41). Sum of RGB (Red+Green+Blue) = 255+164+41=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA429 is #005BD6. Grayscale: #B1B1B1. Windows color (decimal): -23511 or 2729215. OLE color: 2729215.

HSL color Cylindrical-coordinate representation of color #FFA429: hue angle of 34.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFA429 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 164 41 -
CMYK 0 0.36 0.84 0
HSL 34.49º 1% 0.58% -
HSV(B) 34.49º 0.84% 1% -
XYZ 54.92 47.97 8.46 -
YUV 177.19 51.15 183.5 -
System Red Green Blue C M Y K H S L
Decimal 255 164 41 0 0.36 0.84 0 34.49 1 0.58
Hex FF A4 29 0 24 54 0 22 64 3A
Octal 377 244 51 0 44 124 0 42 144 72
Binary 11111111 10100100 101001 0 100100 1010100 0 100010 1100100 111010

Color Harmonies of #FFA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA429

Black with #FFA429

Text Example


Text Example

White with #FFA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA429; }

 p { color: rgb(255,164,41); }

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

background-color css

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

 a { background-color: rgb(255,164,41); }

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

border-color css

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

 span { border-color: rgb(255,164,41); }

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