Html Css Color HEX #F2A550 Sunshade

📋 copy color: '#F2A550'

red 242 ◦ green 165 ◦ blue 80

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

Shades of Sunshade #F2A550

Tints of Sunshade #F2A550

RGB

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

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

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

R = 49.69%
G = 33.88%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F2A550 (or 0xF2A550) is known color: Sunshade. HEX triplet: F2, A5 and 50. RGB value is (242,165,80). Sum of RGB (Red+Green+Blue) = 242+165+80=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A550 is #0D5AAF. Grayscale: #B2B2B2. Windows color (decimal): -875184 or 5285362. OLE color: 5285362.

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

Color convert

RGB 242 165 80 -
CMYK 0 0.32 0.67 0.05
HSL 31.48º 0.86% 0.63% -
HSV(B) 31.48º 0.67% 0.95% -
XYZ 51.52 46.37 13.82 -
YUV 178.33 72.51 173.41 -
System Red Green Blue C M Y K H S L
Decimal 242 165 80 0 0.32 0.67 0.05 31.48 0.86 0.63
Hex F2 A5 50 0 20 43 5 1F 56 3F
Octal 362 245 120 0 40 103 5 37 126 77
Binary 11110010 10100101 1010000 0 100000 1000011 101 11111 1010110 111111

Color Harmonies of #F2A550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A550

Black with #F2A550

Text Example


Text Example

White with #F2A550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A550; }

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

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

background-color css

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

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

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

border-color css

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

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

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