Html Css Color HEX #F1A150 Sunshade

📋 copy color: '#F1A150'

red 241 ◦ green 161 ◦ blue 80

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

Shades of Sunshade #F1A150

Tints of Sunshade #F1A150

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.4%

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

R = 50%
G = 33.4%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F1A150 (or 0xF1A150) is known color: Sunshade. HEX triplet: F1, A1 and 50. RGB value is (241,161,80). Sum of RGB (Red+Green+Blue) = 241+161+80=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 80 (31.64% from 255 or 16.60% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A150 is #0E5EAF. Grayscale: #B0B0B0. Windows color (decimal): -941744 or 5284337. OLE color: 5284337.

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

Color convert

RGB 241 161 80 -
CMYK 0 0.33 0.67 0.05
HSL 30.19º 0.85% 0.63% -
HSV(B) 30.19º 0.67% 0.95% -
XYZ 50.47 44.77 13.57 -
YUV 175.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 241 161 80 0 0.33 0.67 0.05 30.19 0.85 0.63
Hex F1 A1 50 0 21 43 5 1E 55 3F
Octal 361 241 120 0 41 103 5 36 125 77
Binary 11110001 10100001 1010000 0 100001 1000011 101 11110 1010101 111111

Color Harmonies of #F1A150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A150

Black with #F1A150

Text Example


Text Example

White with #F1A150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A150; }

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

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

background-color css

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

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

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

border-color css

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

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

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