Html Css Color HEX #F2965A Sandy Brown

📋 copy color: '#F2965A'

red 242 ◦ green 150 ◦ blue 90

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

Shades of Sandy Brown #F2965A

Tints of Sandy Brown #F2965A

RGB

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

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

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

R = 50.21%
G = 31.12%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2965A (or 0xF2965A) is known color: Sandy Brown. HEX triplet: F2, 96 and 5A. RGB value is (242,150,90). Sum of RGB (Red+Green+Blue) = 242+150+90=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2965A is #0D69A5. Grayscale: #ABABAB. Windows color (decimal): -879014 or 5936882. OLE color: 5936882.

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

Color convert

RGB 242 150 90 -
CMYK 0 0.38 0.63 0.05
HSL 23.68º 0.85% 0.65% -
HSV(B) 23.68º 0.63% 0.95% -
XYZ 49.37 41.43 15.07 -
YUV 170.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 242 150 90 0 0.38 0.63 0.05 23.68 0.85 0.65
Hex F2 96 5A 0 26 3F 5 18 55 41
Octal 362 226 132 0 46 77 5 30 125 101
Binary 11110010 10010110 1011010 0 100110 111111 101 11000 1010101 1000001

Color Harmonies of #F2965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2965A

Black with #F2965A

Text Example


Text Example

White with #F2965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2965A; }

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

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

background-color css

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

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

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

border-color css

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

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

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