Html Css Color HEX #FFAF58 Texas Rose

📋 copy color: '#FFAF58'

red 255 ◦ green 175 ◦ blue 88

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

Shades of Texas Rose #FFAF58

Tints of Texas Rose #FFAF58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.99%

R = 49.23%
G = 33.78%
B = 16.99%

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

#FFAF58 (or 0xFFAF58) is known color: Texas Rose. HEX triplet: FF, AF and 58. RGB value is (255,175,88). Sum of RGB (Red+Green+Blue) = 255+175+88=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 88 (34.77% from 255 or 16.99% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF58 is #0050A7. Grayscale: #BDBDBD. Windows color (decimal): -20648 or 5812223. OLE color: 5812223.

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

Color convert

RGB 255 175 88 -
CMYK 0 0.31 0.65 0
HSL 31.26º 1% 0.67% -
HSV(B) 31.26º 0.65% 1% -
XYZ 58.33 52.62 16.32 -
YUV 189 71 175.07 -
System Red Green Blue C M Y K H S L
Decimal 255 175 88 0 0.31 0.65 0 31.26 1 0.67
Hex FF AF 58 0 1F 41 0 1F 64 43
Octal 377 257 130 0 37 101 0 37 144 103
Binary 11111111 10101111 1011000 0 11111 1000001 0 11111 1100100 1000011

Color Harmonies of #FFAF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF58

Black with #FFAF58

Text Example


Text Example

White with #FFAF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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