#FFA534

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

Shades of Lightning Yellow #FFA534

Tints of Lightning Yellow #FFA534

Color information

#FFA534 (or 0xFFA534) is unknown color: approx Lightning Yellow. HEX triplet: FF, A5 and 34. RGB value is (255,165,52). Sum of RGB (Red+Green+Blue) = 255+165+52=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA534 is #005ACB. Grayscale: #B3B3B3. Windows color (decimal): -23244 or 3450367. OLE color: 3450367.

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

Color convert

RGB25516552-
CMYK00.350.800
HSL33.4º100%60.2%-
HSV(B)33.4º79.61%100%-
XYZ55.3148.429.68-
YUV179.0356.32182.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.03%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 52 (20.70% from 255) = 11.02%
R=54.03%
G=34.96%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551655200.350.80033.410060.2
HexFFA53402350021643c
Octal3772456404312004114474
Binary11111111101001011101000100011101000001000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA534; }

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

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

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

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

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

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

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

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