Html Css Color HEX #F69B5A Sandy Brown

📋 copy color: '#F69B5A'

red 246 ◦ green 155 ◦ blue 90

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

Shades of Sandy Brown #F69B5A

Tints of Sandy Brown #F69B5A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

 BLUE value IS 90 (35.55% from 255) = 18.33%

R = 50.1%
G = 31.57%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F69B5A (or 0xF69B5A) is known color: Sandy Brown. HEX triplet: F6, 9B and 5A. RGB value is (246,155,90). Sum of RGB (Red+Green+Blue) = 246+155+90=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B5A is #0964A5. Grayscale: #AFAFAF. Windows color (decimal): -615590 or 5938166. OLE color: 5938166.

HSL color Cylindrical-coordinate representation of color #F69B5A: hue angle of 25º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F69B5A is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 155 90 -
CMYK 0 0.37 0.63 0.04
HSL 25º 0.9% 0.66% -
HSV(B) 25º 0.63% 0.96% -
XYZ 51.57 43.77 15.4 -
YUV 174.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 246 155 90 0 0.37 0.63 0.04 25 0.9 0.66
Hex F6 9B 5A 0 25 3F 4 19 5A 42
Octal 366 233 132 0 45 77 4 31 132 102
Binary 11110110 10011011 1011010 0 100101 111111 100 11001 1011010 1000010

Color Harmonies of #F69B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B5A

Black with #F69B5A

Text Example


Text Example

White with #F69B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B5A; }

 p { color: rgb(246,155,90); }

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

background-color css

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

 a { background-color: rgb(246,155,90); }

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

border-color css

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

 span { border-color: rgb(246,155,90); }

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