Html Css Color HEX #F2A563 Sandy Brown

📋 copy color: '#F2A563'

red 242 ◦ green 165 ◦ blue 99

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

Shades of Sandy Brown #F2A563

Tints of Sandy Brown #F2A563

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.61%

 BLUE value IS 99 (39.06% from 255) = 19.57%

R = 47.83%
G = 32.61%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2A563 (or 0xF2A563) is known color: Sandy Brown. HEX triplet: F2, A5 and 63. RGB value is (242,165,99). Sum of RGB (Red+Green+Blue) = 242+165+99=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A563 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A563 is #0D5A9C. Grayscale: #B4B4B4. Windows color (decimal): -875165 or 6530546. OLE color: 6530546.

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

Color convert

RGB 242 165 99 -
CMYK 0 0.32 0.59 0.05
HSL 27.69º 0.85% 0.67% -
HSV(B) 27.69º 0.59% 0.95% -
XYZ 52.33 46.69 18.06 -
YUV 180.5 82.01 171.87 -
System Red Green Blue C M Y K H S L
Decimal 242 165 99 0 0.32 0.59 0.05 27.69 0.85 0.67
Hex F2 A5 63 0 20 3B 5 1C 55 43
Octal 362 245 143 0 40 73 5 34 125 103
Binary 11110010 10100101 1100011 0 100000 111011 101 11100 1010101 1000011

Color Harmonies of #F2A563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A563

Black with #F2A563

Text Example


Text Example

White with #F2A563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A563; }

 p { color: rgb(242,165,99); }

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

background-color css

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

 a { background-color: rgb(242,165,99); }

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

border-color css

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

 span { border-color: rgb(242,165,99); }

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