#FFAF5E

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

Shades of Rajah #FFAF5E

Tints of Rajah #FFAF5E

Color information

#FFAF5E (or 0xFFAF5E) is unknown color: approx Rajah. HEX triplet: FF, AF and 5E. RGB value is (255,175,94). Sum of RGB (Red+Green+Blue) = 255+175+94=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF5E is #0050A1. Grayscale: #BEBEBE. Windows color (decimal): -20642 or 6205439. OLE color: 6205439.

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

Color convert

RGB25517594-
CMYK00.310.630
HSL30.19º100%68.43%-
HSV(B)30.19º63.14%100%-
XYZ58.5952.7317.68-
YUV189.6974174.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 94 (37.11% from 255) = 17.94%
R=48.66%
G=33.40%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551759400.310.63030.1910068.43
HexFFAF5E01F3F01e6444
Octal37725713603777036144104
Binary1111111110101111101111001111111111101111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF5E; }

 p { color: rgb(255,175,94); }

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

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

 a { background-color: rgb(255,175,94); }

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

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

 span { border-color: rgb(255,175,94); }

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