#FFAF5A

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

Shades of Texas Rose #FFAF5A

Tints of Texas Rose #FFAF5A

Color information

#FFAF5A (or 0xFFAF5A) is unknown color: approx Texas Rose. HEX triplet: FF, AF and 5A. RGB value is (255,175,90). Sum of RGB (Red+Green+Blue) = 255+175+90=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 90 (35.55% from 255 or 17.31% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF5A is #0050A5. Grayscale: #BDBDBD. Windows color (decimal): -20646 or 5943295. OLE color: 5943295.

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

Color convert

RGB25517590-
CMYK00.310.650
HSL30.91º100%67.65%-
HSV(B)30.91º64.71%100%-
XYZ58.4252.6616.76-
YUV189.2372174.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.04%
GREEN value IS 175 (68.75% from 255) = 33.65%
BLUE value IS 90 (35.55% from 255) = 17.31%
R=49.04%
G=33.65%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551759000.310.65030.9110067.65
HexFFAF5A01F4101f6444
Octal377257132037101037144104
Binary11111111101011111011010011111100000101111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF5A; }

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

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

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

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

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

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

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

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