Html Css Color HEX #F29F64 Sandy Brown

📋 copy color: '#F29F64'

red 242 ◦ green 159 ◦ blue 100

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

Shades of Sandy Brown #F29F64

Tints of Sandy Brown #F29F64

RGB

 RED value IS 242 (94.92% from 255) = 48.3%

 GREEN value IS 159 (62.5% from 255) = 31.74%

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

R = 48.3%
G = 31.74%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F29F64 (or 0xF29F64) is known color: Sandy Brown. HEX triplet: F2, 9F and 64. RGB value is (242,159,100). Sum of RGB (Red+Green+Blue) = 242+159+100=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F29F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29F64 is #0D609B. Grayscale: #B1B1B1. Windows color (decimal): -876700 or 6594546. OLE color: 6594546.

HSL color Cylindrical-coordinate representation of color #F29F64: hue angle of 24.93º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F29F64 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 159 100 -
CMYK 0 0.34 0.59 0.05
HSL 24.93º 0.85% 0.67% -
HSV(B) 24.93º 0.59% 0.95% -
XYZ 51.32 44.59 17.96 -
YUV 177.09 84.5 174.3 -
System Red Green Blue C M Y K H S L
Decimal 242 159 100 0 0.34 0.59 0.05 24.93 0.85 0.67
Hex F2 9F 64 0 22 3B 5 19 55 43
Octal 362 237 144 0 42 73 5 31 125 103
Binary 11110010 10011111 1100100 0 100010 111011 101 11001 1010101 1000011

Color Harmonies of #F29F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29F64

Black with #F29F64

Text Example


Text Example

White with #F29F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29F64; }

 p { color: rgb(242,159,100); }

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

background-color css

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

 a { background-color: rgb(242,159,100); }

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

border-color css

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

 span { border-color: rgb(242,159,100); }

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