Html Css Color HEX #F7A855 Texas Rose

📋 copy color: '#F7A855'

red 247 ◦ green 168 ◦ blue 85

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

Shades of Texas Rose #F7A855

Tints of Texas Rose #F7A855

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

 BLUE value IS 85 (33.59% from 255) = 17%

R = 49.4%
G = 33.6%
B = 17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F7A855 (or 0xF7A855) is known color: Texas Rose. HEX triplet: F7, A8 and 55. RGB value is (247,168,85). Sum of RGB (Red+Green+Blue) = 247+168+85=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 85 (33.59% from 255 or 17% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A855 is #0857AA. Grayscale: #B6B6B6. Windows color (decimal): -546731 or 5613815. OLE color: 5613815.

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

Color convert

RGB 247 168 85 -
CMYK 0 0.32 0.66 0.03
HSL 30.74º 0.91% 0.65% -
HSV(B) 30.74º 0.66% 0.97% -
XYZ 54 48.44 15.1 -
YUV 182.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 247 168 85 0 0.32 0.66 0.03 30.74 0.91 0.65
Hex F7 A8 55 0 20 42 3 1F 5B 41
Octal 367 250 125 0 40 102 3 37 133 101
Binary 11110111 10101000 1010101 0 100000 1000010 11 11111 1011011 1000001

Color Harmonies of #F7A855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A855

Black with #F7A855

Text Example


Text Example

White with #F7A855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A855; }

 p { color: rgb(247,168,85); }

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

background-color css

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

 a { background-color: rgb(247,168,85); }

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

border-color css

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

 span { border-color: rgb(247,168,85); }

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