Html Css Color HEX #F2A762 Sandy Brown

📋 copy color: '#F2A762'

red 242 ◦ green 167 ◦ blue 98

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

Shades of Sandy Brown #F2A762

Tints of Sandy Brown #F2A762

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.94%

 BLUE value IS 98 (38.67% from 255) = 19.33%

R = 47.73%
G = 32.94%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F2A762 (or 0xF2A762) is known color: Sandy Brown. HEX triplet: F2, A7 and 62. RGB value is (242,167,98). Sum of RGB (Red+Green+Blue) = 242+167+98=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A762 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A762 is #0D589D. Grayscale: #B5B5B5. Windows color (decimal): -874654 or 6465522. OLE color: 6465522.

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

Color convert

RGB 242 167 98 -
CMYK 0 0.31 0.60 0.05
HSL 28.75º 0.85% 0.67% -
HSV(B) 28.75º 0.6% 0.95% -
XYZ 52.64 47.4 17.93 -
YUV 181.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 242 167 98 0 0.31 0.60 0.05 28.75 0.85 0.67
Hex F2 A7 62 0 1F 3C 5 1D 55 43
Octal 362 247 142 0 37 74 5 35 125 103
Binary 11110010 10100111 1100010 0 11111 111100 101 11101 1010101 1000011

Color Harmonies of #F2A762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A762

Black with #F2A762

Text Example


Text Example

White with #F2A762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A762; }

 p { color: rgb(242,167,98); }

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

background-color css

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

 a { background-color: rgb(242,167,98); }

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

border-color css

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

 span { border-color: rgb(242,167,98); }

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