Html Css Color HEX #F7A850 Texas Rose

📋 copy color: '#F7A850'

red 247 ◦ green 168 ◦ blue 80

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

Shades of Texas Rose #F7A850

Tints of Texas Rose #F7A850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.16%

R = 49.9%
G = 33.94%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F7A850 (or 0xF7A850) is known color: Texas Rose. HEX triplet: F7, A8 and 50. RGB value is (247,168,80). Sum of RGB (Red+Green+Blue) = 247+168+80=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A850 is #0857AF. Grayscale: #B6B6B6. Windows color (decimal): -546736 or 5286135. OLE color: 5286135.

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

Color convert

RGB 247 168 80 -
CMYK 0 0.32 0.68 0.03
HSL 31.62º 0.91% 0.64% -
HSV(B) 31.62º 0.68% 0.97% -
XYZ 53.81 48.36 14.09 -
YUV 181.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 247 168 80 0 0.32 0.68 0.03 31.62 0.91 0.64
Hex F7 A8 50 0 20 44 3 20 5B 40
Octal 367 250 120 0 40 104 3 40 133 100
Binary 11110111 10101000 1010000 0 100000 1000100 11 100000 1011011 1000000

Color Harmonies of #F7A850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A850

Black with #F7A850

Text Example


Text Example

White with #F7A850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A850; }

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

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

background-color css

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

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

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

border-color css

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

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

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