Html Css Color HEX #FFA131 Lightning Yellow

📋 copy color: '#FFA131'

red 255 ◦ green 161 ◦ blue 49

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

Shades of Lightning Yellow #FFA131

Tints of Lightning Yellow #FFA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.62%

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

R = 54.84%
G = 34.62%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFA131 (or 0xFFA131) is known color: Lightning Yellow. HEX triplet: FF, A1 and 31. RGB value is (255,161,49). Sum of RGB (Red+Green+Blue) = 255+161+49=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA131 is #005ECE. Grayscale: #B0B0B0. Windows color (decimal): -24271 or 3252735. OLE color: 3252735.

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

Color convert

RGB 255 161 49 -
CMYK 0 0.37 0.81 0
HSL 32.62º 1% 0.6% -
HSV(B) 32.62º 0.81% 1% -
XYZ 54.54 46.97 9.1 -
YUV 176.34 56.14 184.11 -
System Red Green Blue C M Y K H S L
Decimal 255 161 49 0 0.37 0.81 0 32.62 1 0.6
Hex FF A1 31 0 25 51 0 21 64 3C
Octal 377 241 61 0 45 121 0 41 144 74
Binary 11111111 10100001 110001 0 100101 1010001 0 100001 1100100 111100

Color Harmonies of #FFA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA131

Black with #FFA131

Text Example


Text Example

White with #FFA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA131; }

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

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

background-color css

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

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

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

border-color css

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

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

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