Html Css Color HEX #FFA329 Lightning Yellow

📋 copy color: '#FFA329'

red 255 ◦ green 163 ◦ blue 41

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

Shades of Lightning Yellow #FFA329

Tints of Lightning Yellow #FFA329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

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

R = 55.56%
G = 35.51%
B = 8.93%

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

#FFA329 (or 0xFFA329) is known color: Lightning Yellow. HEX triplet: FF, A3 and 29. RGB value is (255,163,41). Sum of RGB (Red+Green+Blue) = 255+163+41=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA329 is #005CD6. Grayscale: #B1B1B1. Windows color (decimal): -23767 or 2728959. OLE color: 2728959.

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

Color convert

RGB 255 163 41 -
CMYK 0 0.36 0.84 0
HSL 34.21º 1% 0.58% -
HSV(B) 34.21º 0.84% 1% -
XYZ 54.74 47.61 8.4 -
YUV 176.6 51.48 183.92 -
System Red Green Blue C M Y K H S L
Decimal 255 163 41 0 0.36 0.84 0 34.21 1 0.58
Hex FF A3 29 0 24 54 0 22 64 3A
Octal 377 243 51 0 44 124 0 42 144 72
Binary 11111111 10100011 101001 0 100100 1010100 0 100010 1100100 111010

Color Harmonies of #FFA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA329

Black with #FFA329

Text Example


Text Example

White with #FFA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA329; }

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

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

background-color css

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

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

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

border-color css

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

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

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