Html Css Color HEX #F2A55C Sandy Brown

📋 copy color: '#F2A55C'

red 242 ◦ green 165 ◦ blue 92

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

Shades of Sandy Brown #F2A55C

Tints of Sandy Brown #F2A55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.44%

R = 48.5%
G = 33.07%
B = 18.44%

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

#F2A55C (or 0xF2A55C) is known color: Sandy Brown. HEX triplet: F2, A5 and 5C. RGB value is (242,165,92). Sum of RGB (Red+Green+Blue) = 242+165+92=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A55C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A55C is #0D5AA3. Grayscale: #B4B4B4. Windows color (decimal): -875172 or 6071794. OLE color: 6071794.

HSL color Cylindrical-coordinate representation of color #F2A55C: hue angle of 29.2º 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 #F2A55C is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 165 92 -
CMYK 0 0.32 0.62 0.05
HSL 29.2º 0.85% 0.65% -
HSV(B) 29.2º 0.62% 0.95% -
XYZ 52 46.56 16.37 -
YUV 179.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 242 165 92 0 0.32 0.62 0.05 29.2 0.85 0.65
Hex F2 A5 5C 0 20 3E 5 1D 55 41
Octal 362 245 134 0 40 76 5 35 125 101
Binary 11110010 10100101 1011100 0 100000 111110 101 11101 1010101 1000001

Color Harmonies of #F2A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A55C

Black with #F2A55C

Text Example


Text Example

White with #F2A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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