Html Css Color HEX #F2A25C Sandy Brown

📋 copy color: '#F2A25C'

red 242 ◦ green 162 ◦ blue 92

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

Shades of Sandy Brown #F2A25C

Tints of Sandy Brown #F2A25C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.66%

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

R = 48.79%
G = 32.66%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2A25C (or 0xF2A25C) is known color: Sandy Brown. HEX triplet: F2, A2 and 5C. RGB value is (242,162,92). Sum of RGB (Red+Green+Blue) = 242+162+92=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A25C is #0D5DA3. Grayscale: #B2B2B2. Windows color (decimal): -875940 or 6071026. OLE color: 6071026.

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

Color convert

RGB 242 162 92 -
CMYK 0 0.33 0.62 0.05
HSL 28º 0.85% 0.65% -
HSV(B) 28º 0.62% 0.95% -
XYZ 51.47 45.49 16.19 -
YUV 177.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 242 162 92 0 0.33 0.62 0.05 28 0.85 0.65
Hex F2 A2 5C 0 21 3E 5 1C 55 41
Octal 362 242 134 0 41 76 5 34 125 101
Binary 11110010 10100010 1011100 0 100001 111110 101 11100 1010101 1000001

Color Harmonies of #F2A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A25C

Black with #F2A25C

Text Example


Text Example

White with #F2A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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