Html Css Color HEX #F2A050 Sunshade

📋 copy color: '#F2A050'

red 242 ◦ green 160 ◦ blue 80

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

Shades of Sunshade #F2A050

Tints of Sunshade #F2A050

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 80 (31.64% from 255) = 16.6%

R = 50.21%
G = 33.2%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2A050 (or 0xF2A050) is known color: Sunshade. HEX triplet: F2, A0 and 50. RGB value is (242,160,80). Sum of RGB (Red+Green+Blue) = 242+160+80=482 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.21% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A050 is #0D5FAF. Grayscale: #AFAFAF. Windows color (decimal): -876464 or 5284082. OLE color: 5284082.

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

Color convert

RGB 242 160 80 -
CMYK 0 0.34 0.67 0.05
HSL 29.63º 0.86% 0.63% -
HSV(B) 29.63º 0.67% 0.95% -
XYZ 50.64 44.6 13.53 -
YUV 175.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 242 160 80 0 0.34 0.67 0.05 29.63 0.86 0.63
Hex F2 A0 50 0 22 43 5 1E 56 3F
Octal 362 240 120 0 42 103 5 36 126 77
Binary 11110010 10100000 1010000 0 100010 1000011 101 11110 1010110 111111

Color Harmonies of #F2A050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A050

Black with #F2A050

Text Example


Text Example

White with #F2A050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A050; }

 p { color: rgb(242,160,80); }

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

background-color css

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

 a { background-color: rgb(242,160,80); }

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

border-color css

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

 span { border-color: rgb(242,160,80); }

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