#FFA531

Color #FFA531 Lightning Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lightning Yellow #FFA531

Tints of Lightning Yellow #FFA531

Color information

#FFA531 (or 0xFFA531) is unknown color: approx Lightning Yellow. HEX triplet: FF, A5 and 31. RGB value is (255,165,49). Sum of RGB (Red+Green+Blue) = 255+165+49=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA531 is #005ACE. Grayscale: #B3B3B3. Windows color (decimal): -23247 or 3253759. OLE color: 3253759.

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

Color convert

RGB25516549-
CMYK00.350.810
HSL33.79º100%59.61%-
HSV(B)33.79º80.78%100%-
XYZ55.2548.399.33-
YUV178.6954.82182.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 49 (19.53% from 255) = 10.45%
R=54.37%
G=35.18%
B=10.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551654900.350.81033.7910059.61
HexFFA53102351022643c
Octal3772456104312104214474
Binary11111111101001011100010100011101000101000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA531; }

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

 H1.HeaderClassName
 {
   color: #FFA531;
 }
 .AnyTagClassName
 {
   color: #FFA531;
 }
</style>
background-color css

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

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

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

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

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

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