Html Css Color HEX #FFA656 Texas Rose

📋 copy color: '#FFA656'

red 255 ◦ green 166 ◦ blue 86

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

Shades of Texas Rose #FFA656

Tints of Texas Rose #FFA656

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.74%

 BLUE value IS 86 (33.98% from 255) = 16.96%

R = 50.3%
G = 32.74%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFA656 (or 0xFFA656) is known color: Texas Rose. HEX triplet: FF, A6 and 56. RGB value is (255,166,86). Sum of RGB (Red+Green+Blue) = 255+166+86=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA656 is #0059A9. Grayscale: #B7B7B7. Windows color (decimal): -22954 or 5678847. OLE color: 5678847.

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

Color convert

RGB 255 166 86 -
CMYK 0 0.35 0.66 0
HSL 28.4º 1% 0.67% -
HSV(B) 28.4º 0.66% 1% -
XYZ 56.56 49.2 15.32 -
YUV 183.49 72.99 179 -
System Red Green Blue C M Y K H S L
Decimal 255 166 86 0 0.35 0.66 0 28.4 1 0.67
Hex FF A6 56 0 23 42 0 1C 64 43
Octal 377 246 126 0 43 102 0 34 144 103
Binary 11111111 10100110 1010110 0 100011 1000010 0 11100 1100100 1000011

Color Harmonies of #FFA656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA656

Black with #FFA656

Text Example


Text Example

White with #FFA656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA656; }

 p { color: rgb(255,166,86); }

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

background-color css

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

 a { background-color: rgb(255,166,86); }

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

border-color css

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

 span { border-color: rgb(255,166,86); }

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