#FFA434

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

Shades of Lightning Yellow #FFA434

Tints of Lightning Yellow #FFA434

Color information

#FFA434 (or 0xFFA434) is unknown color: approx Lightning Yellow. HEX triplet: FF, A4 and 34. RGB value is (255,164,52). Sum of RGB (Red+Green+Blue) = 255+164+52=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA434 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA434 is #005BCB. Grayscale: #B2B2B2. Windows color (decimal): -23500 or 3450111. OLE color: 3450111.

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

Color convert

RGB25516452-
CMYK00.360.800
HSL33.1º100%60.2%-
HSV(B)33.1º79.61%100%-
XYZ55.1448.069.62-
YUV178.4456.65182.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 52 (20.70% from 255) = 11.04%
R=54.14%
G=34.82%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551645200.360.80033.110060.2
HexFFA43402450021643c
Octal3772446404412004114474
Binary11111111101001001101000100100101000001000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA434; }

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

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

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

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

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

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

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

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