#F8AC3A

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

Shades of Yellow Orange #F8AC3A

Tints of Yellow Orange #F8AC3A

Color information

#F8AC3A (or 0xF8AC3A) is unknown color: approx Yellow Orange. HEX triplet: F8, AC and 3A. RGB value is (248,172,58). Sum of RGB (Red+Green+Blue) = 248+172+58=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 58 (23.05% from 255 or 12.13% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AC3A is #0753C5. Grayscale: #B6B6B6. Windows color (decimal): -480198 or 3845368. OLE color: 3845368.

HSL color Cylindrical-coordinate representation of color #F8AC3A: hue angle of 36º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F8AC3A is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB24817258-
CMYK00.310.770.03
HSL36º93.14%60%-
HSV(B)36º76.61%97.25%-
XYZ54.2349.7710.75-
YUV181.7358.18175.27-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.88%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 58 (23.05% from 255) = 12.13%
R=51.88%
G=35.98%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481725800.310.770.033693.1460
HexF8AC3A01F4D3245d3c
Octal3702547203711534413574
Binary11111000101011001110100111111001101111001001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AC3A; }

 p { color: rgb(248,172,58); }

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

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

 a { background-color: rgb(248,172,58); }

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

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

 span { border-color: rgb(248,172,58); }

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