Html Css Color HEX #F2965B Sandy Brown

📋 copy color: '#F2965B'

red 242 ◦ green 150 ◦ blue 91

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

Shades of Sandy Brown #F2965B

Tints of Sandy Brown #F2965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.06%

 BLUE value IS 91 (35.94% from 255) = 18.84%

R = 50.1%
G = 31.06%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2965B (or 0xF2965B) is known color: Sandy Brown. HEX triplet: F2, 96 and 5B. RGB value is (242,150,91). Sum of RGB (Red+Green+Blue) = 242+150+91=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2965B is #0D69A4. Grayscale: #ABABAB. Windows color (decimal): -879013 or 6002418. OLE color: 6002418.

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

Color convert

RGB 242 150 91 -
CMYK 0 0.38 0.62 0.05
HSL 23.44º 0.85% 0.65% -
HSV(B) 23.44º 0.62% 0.95% -
XYZ 49.41 41.45 15.29 -
YUV 170.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 242 150 91 0 0.38 0.62 0.05 23.44 0.85 0.65
Hex F2 96 5B 0 26 3E 5 17 55 41
Octal 362 226 133 0 46 76 5 27 125 101
Binary 11110010 10010110 1011011 0 100110 111110 101 10111 1010101 1000001

Color Harmonies of #F2965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2965B

Black with #F2965B

Text Example


Text Example

White with #F2965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2965B; }

 p { color: rgb(242,150,91); }

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

background-color css

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

 a { background-color: rgb(242,150,91); }

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

border-color css

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

 span { border-color: rgb(242,150,91); }

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