Html Css Color HEX #FFAA31 Lightning Yellow

📋 copy color: '#FFAA31'

red 255 ◦ green 170 ◦ blue 49

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

Shades of Lightning Yellow #FFAA31

Tints of Lightning Yellow #FFAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.86%

 BLUE value IS 49 (19.53% from 255) = 10.34%

R = 53.8%
G = 35.86%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFAA31 (or 0xFFAA31) is known color: Lightning Yellow. HEX triplet: FF, AA and 31. RGB value is (255,170,49). Sum of RGB (Red+Green+Blue) = 255+170+49=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA31 is #0055CE. Grayscale: #B6B6B6. Windows color (decimal): -21967 or 3255039. OLE color: 3255039.

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

Color convert

RGB 255 170 49 -
CMYK 0 0.33 0.81 0
HSL 35.24º 1% 0.6% -
HSV(B) 35.24º 0.81% 1% -
XYZ 56.17 50.23 9.64 -
YUV 181.62 53.16 180.34 -
System Red Green Blue C M Y K H S L
Decimal 255 170 49 0 0.33 0.81 0 35.24 1 0.6
Hex FF AA 31 0 21 51 0 23 64 3C
Octal 377 252 61 0 41 121 0 43 144 74
Binary 11111111 10101010 110001 0 100001 1010001 0 100011 1100100 111100

Color Harmonies of #FFAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA31

Black with #FFAA31

Text Example


Text Example

White with #FFAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA31; }

 p { color: rgb(255,170,49); }

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

background-color css

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

 a { background-color: rgb(255,170,49); }

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

border-color css

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

 span { border-color: rgb(255,170,49); }

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