#FFAF5C

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

Shades of Rajah #FFAF5C

Tints of Rajah #FFAF5C

Color information

#FFAF5C (or 0xFFAF5C) is unknown color: approx Rajah. HEX triplet: FF, AF and 5C. RGB value is (255,175,92). Sum of RGB (Red+Green+Blue) = 255+175+92=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF5C is #0050A3. Grayscale: #BDBDBD. Windows color (decimal): -20644 or 6074367. OLE color: 6074367.

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

Color convert

RGB25517592-
CMYK00.310.640
HSL30.55º100%68.04%-
HSV(B)30.55º63.92%100%-
XYZ58.552.6917.21-
YUV189.4673174.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 92 (36.33% from 255) = 17.62%
R=48.85%
G=33.52%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551759200.310.64030.5510068.04
HexFFAF5C01F4001f6444
Octal377257134037100037144104
Binary11111111101011111011100011111100000001111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF5C; }

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

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

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

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

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

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

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

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