Html Css Color HEX #F2A55D Sandy Brown

📋 copy color: '#F2A55D'

red 242 ◦ green 165 ◦ blue 93

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

Shades of Sandy Brown #F2A55D

Tints of Sandy Brown #F2A55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.6%

R = 48.4%
G = 33%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2A55D (or 0xF2A55D) is known color: Sandy Brown. HEX triplet: F2, A5 and 5D. RGB value is (242,165,93). Sum of RGB (Red+Green+Blue) = 242+165+93=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A55D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A55D is #0D5AA2. Grayscale: #B4B4B4. Windows color (decimal): -875171 or 6137330. OLE color: 6137330.

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

Color convert

RGB 242 165 93 -
CMYK 0 0.32 0.62 0.05
HSL 28.99º 0.85% 0.66% -
HSV(B) 28.99º 0.62% 0.95% -
XYZ 52.05 46.58 16.6 -
YUV 179.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 242 165 93 0 0.32 0.62 0.05 28.99 0.85 0.66
Hex F2 A5 5D 0 20 3E 5 1D 55 42
Octal 362 245 135 0 40 76 5 35 125 102
Binary 11110010 10100101 1011101 0 100000 111110 101 11101 1010101 1000010

Color Harmonies of #F2A55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A55D

Black with #F2A55D

Text Example


Text Example

White with #F2A55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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