Html Css Color HEX #FFAF56 Texas Rose

📋 copy color: '#FFAF56'

red 255 ◦ green 175 ◦ blue 86

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

Shades of Texas Rose #FFAF56

Tints of Texas Rose #FFAF56

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.91%

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

R = 49.42%
G = 33.91%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFAF56 (or 0xFFAF56) is known color: Texas Rose. HEX triplet: FF, AF and 56. RGB value is (255,175,86). Sum of RGB (Red+Green+Blue) = 255+175+86=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 86 (33.98% from 255 or 16.67% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF56 is #0050A9. Grayscale: #BDBDBD. Windows color (decimal): -20650 or 5681151. OLE color: 5681151.

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

Color convert

RGB 255 175 86 -
CMYK 0 0.31 0.66 0
HSL 31.6º 1% 0.67% -
HSV(B) 31.6º 0.66% 1% -
XYZ 58.25 52.59 15.89 -
YUV 188.77 70 175.24 -
System Red Green Blue C M Y K H S L
Decimal 255 175 86 0 0.31 0.66 0 31.6 1 0.67
Hex FF AF 56 0 1F 42 0 20 64 43
Octal 377 257 126 0 37 102 0 40 144 103
Binary 11111111 10101111 1010110 0 11111 1000010 0 100000 1100100 1000011

Color Harmonies of #FFAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF56

Black with #FFAF56

Text Example


Text Example

White with #FFAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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