Html Css Color HEX #FFA029 Lightning Yellow

📋 copy color: '#FFA029'

red 255 ◦ green 160 ◦ blue 41

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

Shades of Lightning Yellow #FFA029

Tints of Lightning Yellow #FFA029

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.09%

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

R = 55.92%
G = 35.09%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFA029 (or 0xFFA029) is known color: Lightning Yellow. HEX triplet: FF, A0 and 29. RGB value is (255,160,41). Sum of RGB (Red+Green+Blue) = 255+160+41=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA029 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA029 is #005FD6. Grayscale: #AFAFAF. Windows color (decimal): -24535 or 2728191. OLE color: 2728191.

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

Color convert

RGB 255 160 41 -
CMYK 0 0.37 0.84 0
HSL 33.36º 1% 0.58% -
HSV(B) 33.36º 0.84% 1% -
XYZ 54.21 46.56 8.23 -
YUV 174.84 52.47 185.18 -
System Red Green Blue C M Y K H S L
Decimal 255 160 41 0 0.37 0.84 0 33.36 1 0.58
Hex FF A0 29 0 25 54 0 21 64 3A
Octal 377 240 51 0 45 124 0 41 144 72
Binary 11111111 10100000 101001 0 100101 1010100 0 100001 1100100 111010

Color Harmonies of #FFA029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA029

Black with #FFA029

Text Example


Text Example

White with #FFA029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA029; }

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

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

background-color css

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

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

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

border-color css

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

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

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