Html Css Color HEX #FFAF57 Texas Rose

📋 copy color: '#FFAF57'

red 255 ◦ green 175 ◦ blue 87

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

Shades of Texas Rose #FFAF57

Tints of Texas Rose #FFAF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 16.83%

R = 49.32%
G = 33.85%
B = 16.83%

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

#FFAF57 (or 0xFFAF57) is known color: Texas Rose. HEX triplet: FF, AF and 57. RGB value is (255,175,87). Sum of RGB (Red+Green+Blue) = 255+175+87=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF57 is #0050A8. Grayscale: #BDBDBD. Windows color (decimal): -20649 or 5746687. OLE color: 5746687.

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

Color convert

RGB 255 175 87 -
CMYK 0 0.31 0.66 0
HSL 31.43º 1% 0.67% -
HSV(B) 31.43º 0.66% 1% -
XYZ 58.29 52.61 16.1 -
YUV 188.89 70.5 175.16 -
System Red Green Blue C M Y K H S L
Decimal 255 175 87 0 0.31 0.66 0 31.43 1 0.67
Hex FF AF 57 0 1F 42 0 1F 64 43
Octal 377 257 127 0 37 102 0 37 144 103
Binary 11111111 10101111 1010111 0 11111 1000010 0 11111 1100100 1000011

Color Harmonies of #FFAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF57

Black with #FFAF57

Text Example


Text Example

White with #FFAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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