#FFA442

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

Shades of Yellow Orange #FFA442

Tints of Yellow Orange #FFA442

Color information

#FFA442 (or 0xFFA442) is unknown color: approx Yellow Orange. HEX triplet: FF, A4 and 42. RGB value is (255,164,66). Sum of RGB (Red+Green+Blue) = 255+164+66=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA442 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA442 is #005BBD. Grayscale: #B4B4B4. Windows color (decimal): -23486 or 4367615. OLE color: 4367615.

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

Color convert

RGB25516466-
CMYK00.360.740
HSL31.11º100%62.94%-
HSV(B)31.11º74.12%100%-
XYZ55.548.211.53-
YUV180.0463.65181.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 66 (26.17% from 255) = 13.61%
R=52.58%
G=33.81%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551646600.360.74031.1110062.94
HexFFA4420244A01f643f
Octal37724410204411203714477
Binary11111111101001001000010010010010010100111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA442; }

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

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

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

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

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

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

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

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