Html Css Color HEX #FFAF5A Texas Rose

📋 copy color: '#FFAF5A'

red 255 ◦ green 175 ◦ blue 90

#FFAF5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas Rose #FFAF5A

Tints of Texas Rose #FFAF5A

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 value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFAF5A (or 0xFFAF5A) is known color: 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

RGB 255 175 90 -
CMYK 0 0.31 0.65 0
HSL 30.91º 1% 0.68% -
HSV(B) 30.91º 0.65% 1% -
XYZ 58.42 52.66 16.76 -
YUV 189.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 255 175 90 0 0.31 0.65 0 30.91 1 0.68
Hex FF AF 5A 0 1F 41 0 1F 64 44
Octal 377 257 132 0 37 101 0 37 144 104
Binary 11111111 10101111 1011010 0 11111 1000001 0 11111 1100100 1000100

Color Harmonies of #FFAF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF5A

Black with #FFAF5A

Text Example


Text Example

White with #FFAF5A

Text Example


Text Example

HTML Codes & Css Web 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>