Html Css Color HEX #F29E6A Sandy Brown

📋 copy color: '#F29E6A'

red 242 ◦ green 158 ◦ blue 106

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

Shades of Sandy Brown #F29E6A

Tints of Sandy Brown #F29E6A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.23%

 BLUE value IS 106 (41.8% from 255) = 20.95%

R = 47.83%
G = 31.23%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F29E6A (or 0xF29E6A) is known color: Sandy Brown. HEX triplet: F2, 9E and 6A. RGB value is (242,158,106). Sum of RGB (Red+Green+Blue) = 242+158+106=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E6A is #0D6195. Grayscale: #B1B1B1. Windows color (decimal): -876950 or 6987506. OLE color: 6987506.

HSL color Cylindrical-coordinate representation of color #F29E6A: hue angle of 22.94º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F29E6A is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 158 106 -
CMYK 0 0.35 0.56 0.05
HSL 22.94º 0.84% 0.68% -
HSV(B) 22.94º 0.56% 0.95% -
XYZ 51.45 44.37 19.49 -
YUV 177.19 87.83 174.23 -
System Red Green Blue C M Y K H S L
Decimal 242 158 106 0 0.35 0.56 0.05 22.94 0.84 0.68
Hex F2 9E 6A 0 23 38 5 17 54 44
Octal 362 236 152 0 43 70 5 27 124 104
Binary 11110010 10011110 1101010 0 100011 111000 101 10111 1010100 1000100

Color Harmonies of #F29E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29E6A

Black with #F29E6A

Text Example


Text Example

White with #F29E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29E6A; }

 p { color: rgb(242,158,106); }

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

background-color css

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

 a { background-color: rgb(242,158,106); }

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

border-color css

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

 span { border-color: rgb(242,158,106); }

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