Html Css Color HEX #F7A255 Sandy Brown

📋 copy color: '#F7A255'

red 247 ◦ green 162 ◦ blue 85

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

Shades of Sandy Brown #F7A255

Tints of Sandy Brown #F7A255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.79%

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

R = 50%
G = 32.79%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.03

RGB Variations

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

Color information

#F7A255 (or 0xF7A255) is known color: Sandy Brown. HEX triplet: F7, A2 and 55. RGB value is (247,162,85). Sum of RGB (Red+Green+Blue) = 247+162+85=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A255 is #085DAA. Grayscale: #B3B3B3. Windows color (decimal): -548267 or 5612279. OLE color: 5612279.

HSL color Cylindrical-coordinate representation of color #F7A255: hue angle of 28.52º 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 #F7A255 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 162 85 -
CMYK 0 0.34 0.66 0.03
HSL 28.52º 0.91% 0.65% -
HSV(B) 28.52º 0.66% 0.97% -
XYZ 52.92 46.27 14.74 -
YUV 178.64 75.16 176.76 -
System Red Green Blue C M Y K H S L
Decimal 247 162 85 0 0.34 0.66 0.03 28.52 0.91 0.65
Hex F7 A2 55 0 22 42 3 1D 5B 41
Octal 367 242 125 0 42 102 3 35 133 101
Binary 11110111 10100010 1010101 0 100010 1000010 11 11101 1011011 1000001

Color Harmonies of #F7A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A255

Black with #F7A255

Text Example


Text Example

White with #F7A255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A255; }

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

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

background-color css

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

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

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

border-color css

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

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

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