Html Css Color HEX #FFA555 Texas Rose

📋 copy color: '#FFA555'

red 255 ◦ green 165 ◦ blue 85

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

Shades of Texas Rose #FFA555

Tints of Texas Rose #FFA555

RGB

 RED value IS 255 (100% from 255) = 50.5%

 GREEN value IS 165 (64.84% from 255) = 32.67%

 BLUE value IS 85 (33.59% from 255) = 16.83%

R = 50.5%
G = 32.67%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFA555 (or 0xFFA555) is known color: Texas Rose. HEX triplet: FF, A5 and 55. RGB value is (255,165,85). Sum of RGB (Red+Green+Blue) = 255+165+85=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA555 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA555 is #005AAA. Grayscale: #B7B7B7. Windows color (decimal): -23211 or 5613055. OLE color: 5613055.

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

Color convert

RGB 255 165 85 -
CMYK 0 0.35 0.67 0
HSL 28.24º 1% 0.67% -
HSV(B) 28.24º 0.67% 1% -
XYZ 56.33 48.83 15.05 -
YUV 182.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 255 165 85 0 0.35 0.67 0 28.24 1 0.67
Hex FF A5 55 0 23 43 0 1C 64 43
Octal 377 245 125 0 43 103 0 34 144 103
Binary 11111111 10100101 1010101 0 100011 1000011 0 11100 1100100 1000011

Color Harmonies of #FFA555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA555

Black with #FFA555

Text Example


Text Example

White with #FFA555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA555; }

 p { color: rgb(255,165,85); }

 H1.HeaderClassName
 {
   color: #FFA555;
 }
 .AnyTagClassName
 {
   color: #FFA555;
 }
</style>

background-color css

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

 a { background-color: rgb(255,165,85); }

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

border-color css

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

 span { border-color: rgb(255,165,85); }

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