Html Css Color HEX #F69D64 Sandy Brown

📋 copy color: '#F69D64'

red 246 ◦ green 157 ◦ blue 100

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

Shades of Sandy Brown #F69D64

Tints of Sandy Brown #F69D64

RGB

 RED value IS 246 (96.48% from 255) = 48.91%

 GREEN value IS 157 (61.72% from 255) = 31.21%

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 48.91%
G = 31.21%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F69D64 (or 0xF69D64) is known color: Sandy Brown. HEX triplet: F6, 9D and 64. RGB value is (246,157,100). Sum of RGB (Red+Green+Blue) = 246+157+100=503 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.91% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 246 - color contains mainly: red. Hex color #F69D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69D64 is #09629B. Grayscale: #B1B1B1. Windows color (decimal): -615068 or 6594038. OLE color: 6594038.

HSL color Cylindrical-coordinate representation of color #F69D64: hue angle of 23.42º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F69D64 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 157 100 -
CMYK 0 0.36 0.59 0.04
HSL 23.42º 0.89% 0.68% -
HSV(B) 23.42º 0.59% 0.96% -
XYZ 52.36 44.63 17.91 -
YUV 177.11 84.49 177.13 -
System Red Green Blue C M Y K H S L
Decimal 246 157 100 0 0.36 0.59 0.04 23.42 0.89 0.68
Hex F6 9D 64 0 24 3B 4 17 59 44
Octal 366 235 144 0 44 73 4 27 131 104
Binary 11110110 10011101 1100100 0 100100 111011 100 10111 1011001 1000100

Color Harmonies of #F69D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69D64

Black with #F69D64

Text Example


Text Example

White with #F69D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69D64; }

 p { color: rgb(246,157,100); }

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

background-color css

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

 a { background-color: rgb(246,157,100); }

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

border-color css

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

 span { border-color: rgb(246,157,100); }

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