#FFAC5C

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

Shades of Rajah #FFAC5C

Tints of Rajah #FFAC5C

Color information

#FFAC5C (or 0xFFAC5C) is unknown color: approx Rajah. HEX triplet: FF, AC and 5C. RGB value is (255,172,92). Sum of RGB (Red+Green+Blue) = 255+172+92=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC5C is #0053A3. Grayscale: #BCBCBC. Windows color (decimal): -21412 or 6073599. OLE color: 6073599.

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

Color convert

RGB25517292-
CMYK00.330.640
HSL29.45º100%68.04%-
HSV(B)29.45º63.92%100%-
XYZ57.9251.5417.02-
YUV187.774176-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 92 (36.33% from 255) = 17.73%
R=49.13%
G=33.14%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551729200.330.64029.4510068.04
HexFFAC5C0214001d6444
Octal377254134041100035144104
Binary111111111010110010111000100001100000001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC5C; }

 p { color: rgb(255,172,92); }

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

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

 a { background-color: rgb(255,172,92); }

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

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

 span { border-color: rgb(255,172,92); }

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