Html Css Color HEX #F7AF5A Texas Rose

📋 copy color: '#F7AF5A'

red 247 ◦ green 175 ◦ blue 90

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

Shades of Texas Rose #F7AF5A

Tints of Texas Rose #F7AF5A

RGB

 RED value IS 247 (96.88% from 255) = 48.24%

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

 BLUE value IS 90 (35.55% from 255) = 17.58%

R = 48.24%
G = 34.18%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#F7AF5A (or 0xF7AF5A) is known color: Texas Rose. HEX triplet: F7, AF and 5A. RGB value is (247,175,90). Sum of RGB (Red+Green+Blue) = 247+175+90=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AF5A is #0850A5. Grayscale: #BBBBBB. Windows color (decimal): -544934 or 5943287. OLE color: 5943287.

HSL color Cylindrical-coordinate representation of color #F7AF5A: hue angle of 32.48º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F7AF5A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 175 90 -
CMYK 0 0.29 0.64 0.03
HSL 32.48º 0.91% 0.66% -
HSV(B) 32.48º 0.64% 0.97% -
XYZ 55.53 51.17 16.62 -
YUV 186.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 247 175 90 0 0.29 0.64 0.03 32.48 0.91 0.66
Hex F7 AF 5A 0 1D 40 3 20 5B 42
Octal 367 257 132 0 35 100 3 40 133 102
Binary 11110111 10101111 1011010 0 11101 1000000 11 100000 1011011 1000010

Color Harmonies of #F7AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7AF5A

Black with #F7AF5A

Text Example


Text Example

White with #F7AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7AF5A; }

 p { color: rgb(247,175,90); }

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

background-color css

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

 a { background-color: rgb(247,175,90); }

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

border-color css

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

 span { border-color: rgb(247,175,90); }

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