Html Css Color HEX #F19150 Sea Buckthorn

📋 copy color: '#F19150'

red 241 ◦ green 145 ◦ blue 80

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

Shades of Sea Buckthorn #F19150

Tints of Sea Buckthorn #F19150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

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

R = 51.72%
G = 31.12%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F19150 (or 0xF19150) is known color: Sea Buckthorn. HEX triplet: F1, 91 and 50. RGB value is (241,145,80). Sum of RGB (Red+Green+Blue) = 241+145+80=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F19150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19150 is #0E6EAF. Grayscale: #A6A6A6. Windows color (decimal): -945840 or 5280241. OLE color: 5280241.

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

Color convert

RGB 241 145 80 -
CMYK 0 0.40 0.67 0.05
HSL 24.22º 0.85% 0.63% -
HSV(B) 24.22º 0.67% 0.95% -
XYZ 47.85 39.53 12.7 -
YUV 166.29 79.3 181.29 -
System Red Green Blue C M Y K H S L
Decimal 241 145 80 0 0.40 0.67 0.05 24.22 0.85 0.63
Hex F1 91 50 0 28 43 5 18 55 3F
Octal 361 221 120 0 50 103 5 30 125 77
Binary 11110001 10010001 1010000 0 101000 1000011 101 11000 1010101 111111

Color Harmonies of #F19150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19150

Black with #F19150

Text Example


Text Example

White with #F19150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19150; }

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

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

background-color css

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

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

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

border-color css

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

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

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