#F8AC5D

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

Shades of Rajah #F8AC5D

Tints of Rajah #F8AC5D

Color information

#F8AC5D (or 0xF8AC5D) is unknown color: approx Rajah. HEX triplet: F8, AC and 5D. RGB value is (248,172,93). Sum of RGB (Red+Green+Blue) = 248+172+93=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AC5D is #0753A2. Grayscale: #BABABA. Windows color (decimal): -480163 or 6139128. OLE color: 6139128.

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

Color convert

RGB24817293-
CMYK00.310.620.03
HSL30.58º91.72%66.86%-
HSV(B)30.58º62.5%97.25%-
XYZ55.4450.2517.13-
YUV185.7275.68172.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.34%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=48.34%
G=33.53%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481729300.310.620.0330.5891.7266.86
HexF8AC5D01F3E31f5c43
Octal37025413503776337134103
Binary11111000101011001011101011111111110111111110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AC5D; }

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

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

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

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

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

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

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

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