#FFA85C

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

Shades of Rajah #FFA85C

Tints of Rajah #FFA85C

Color information

#FFA85C (or 0xFFA85C) is unknown color: approx Rajah. HEX triplet: FF, A8 and 5C. RGB value is (255,168,92). Sum of RGB (Red+Green+Blue) = 255+168+92=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA85C is #0057A3. Grayscale: #B9B9B9. Windows color (decimal): -22436 or 6072575. OLE color: 6072575.

HSL color Cylindrical-coordinate representation of color #FFA85C: hue angle of 27.98º 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 #FFA85C is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25516892-
CMYK00.340.640
HSL27.98º100%68.04%-
HSV(B)27.98º63.92%100%-
XYZ57.1750.0416.77-
YUV185.3575.32177.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 168 (66.02% from 255) = 32.62%
BLUE value IS 92 (36.33% from 255) = 17.86%
R=49.51%
G=32.62%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551689200.340.64027.9810068.04
HexFFA85C0224001c6444
Octal377250134042100034144104
Binary111111111010100010111000100010100000001110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA85C; }

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

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

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

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

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

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

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

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