Html Css Color HEX #F1A350 Sunshade

📋 copy color: '#F1A350'

red 241 ◦ green 163 ◦ blue 80

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

Shades of Sunshade #F1A350

Tints of Sunshade #F1A350

RGB

 RED value IS 241 (94.53% from 255) = 49.79%

 GREEN value IS 163 (64.06% from 255) = 33.68%

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

R = 49.79%
G = 33.68%
B = 16.53%

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

#F1A350 (or 0xF1A350) is known color: Sunshade. HEX triplet: F1, A3 and 50. RGB value is (241,163,80). Sum of RGB (Red+Green+Blue) = 241+163+80=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A350 is #0E5CAF. Grayscale: #B1B1B1. Windows color (decimal): -941232 or 5284849. OLE color: 5284849.

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

Color convert

RGB 241 163 80 -
CMYK 0 0.32 0.67 0.05
HSL 30.93º 0.85% 0.63% -
HSV(B) 30.93º 0.67% 0.95% -
XYZ 50.82 45.47 13.69 -
YUV 176.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 241 163 80 0 0.32 0.67 0.05 30.93 0.85 0.63
Hex F1 A3 50 0 20 43 5 1F 55 3F
Octal 361 243 120 0 40 103 5 37 125 77
Binary 11110001 10100011 1010000 0 100000 1000011 101 11111 1010101 111111

Color Harmonies of #F1A350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A350

Black with #F1A350

Text Example


Text Example

White with #F1A350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A350; }

 p { color: rgb(241,163,80); }

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

background-color css

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

 a { background-color: rgb(241,163,80); }

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

border-color css

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

 span { border-color: rgb(241,163,80); }

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