Html Css Color HEX #FFA529 Lightning Yellow

📋 copy color: '#FFA529'

red 255 ◦ green 165 ◦ blue 41

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

Shades of Lightning Yellow #FFA529

Tints of Lightning Yellow #FFA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.79%

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

R = 55.31%
G = 35.79%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFA529 (or 0xFFA529) is known color: Lightning Yellow. HEX triplet: FF, A5 and 29. RGB value is (255,165,41). Sum of RGB (Red+Green+Blue) = 255+165+41=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 41 (16.41% from 255 or 8.89% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA529 is #005AD6. Grayscale: #B2B2B2. Windows color (decimal): -23255 or 2729471. OLE color: 2729471.

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

Color convert

RGB 255 165 41 -
CMYK 0 0.35 0.84 0
HSL 34.77º 1% 0.58% -
HSV(B) 34.77º 0.84% 1% -
XYZ 55.1 48.33 8.52 -
YUV 177.77 50.82 183.08 -
System Red Green Blue C M Y K H S L
Decimal 255 165 41 0 0.35 0.84 0 34.77 1 0.58
Hex FF A5 29 0 23 54 0 23 64 3A
Octal 377 245 51 0 43 124 0 43 144 72
Binary 11111111 10100101 101001 0 100011 1010100 0 100011 1100100 111010

Color Harmonies of #FFA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA529

Black with #FFA529

Text Example


Text Example

White with #FFA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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