#FFA63C

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

Shades of Yellow Orange #FFA63C

Tints of Yellow Orange #FFA63C

Color information

#FFA63C (or 0xFFA63C) is unknown color: approx Yellow Orange. HEX triplet: FF, A6 and 3C. RGB value is (255,166,60). Sum of RGB (Red+Green+Blue) = 255+166+60=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA63C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA63C is #0059C3. Grayscale: #B5B5B5. Windows color (decimal): -22980 or 3974911. OLE color: 3974911.

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

Color convert

RGB25516660-
CMYK00.350.760
HSL32.62º100%61.76%-
HSV(B)32.62º76.47%100%-
XYZ55.6948.8610.77-
YUV180.5359.99181.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 60 (23.83% from 255) = 12.47%
R=53.01%
G=34.51%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551666000.350.76032.6210061.76
HexFFA63C0234C021643e
Octal3772467404311404114476
Binary11111111101001101111000100011100110001000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA63C; }

 p { color: rgb(255,166,60); }

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

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

 a { background-color: rgb(255,166,60); }

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

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

 span { border-color: rgb(255,166,60); }

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