Html Css Color HEX #F7A852 Texas Rose

📋 copy color: '#F7A852'

red 247 ◦ green 168 ◦ blue 82

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

Shades of Texas Rose #F7A852

Tints of Texas Rose #F7A852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.5%

R = 49.7%
G = 33.8%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#F7A852 (or 0xF7A852) is known color: Texas Rose. HEX triplet: F7, A8 and 52. RGB value is (247,168,82). Sum of RGB (Red+Green+Blue) = 247+168+82=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A852 is #0857AD. Grayscale: #B6B6B6. Windows color (decimal): -546734 or 5417207. OLE color: 5417207.

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

Color convert

RGB 247 168 82 -
CMYK 0 0.32 0.67 0.03
HSL 31.27º 0.91% 0.65% -
HSV(B) 31.27º 0.67% 0.97% -
XYZ 53.88 48.39 14.48 -
YUV 181.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 247 168 82 0 0.32 0.67 0.03 31.27 0.91 0.65
Hex F7 A8 52 0 20 43 3 1F 5B 41
Octal 367 250 122 0 40 103 3 37 133 101
Binary 11110111 10101000 1010010 0 100000 1000011 11 11111 1011011 1000001

Color Harmonies of #F7A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A852

Black with #F7A852

Text Example


Text Example

White with #F7A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A852; }

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

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

background-color css

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

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

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

border-color css

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

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

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