Html Css Color HEX #F19850 Sea Buckthorn

📋 copy color: '#F19850'

red 241 ◦ green 152 ◦ blue 80

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

Shades of Sea Buckthorn #F19850

Tints of Sea Buckthorn #F19850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.14%

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

R = 50.95%
G = 32.14%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F19850 (or 0xF19850) is known color: Sea Buckthorn. HEX triplet: F1, 98 and 50. RGB value is (241,152,80). Sum of RGB (Red+Green+Blue) = 241+152+80=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F19850 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19850 is #0E67AF. Grayscale: #AAAAAA. Windows color (decimal): -944048 or 5282033. OLE color: 5282033.

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

Color convert

RGB 241 152 80 -
CMYK 0 0.37 0.67 0.05
HSL 26.83º 0.85% 0.63% -
HSV(B) 26.83º 0.67% 0.95% -
XYZ 48.95 41.74 13.07 -
YUV 170.4 76.99 178.35 -
System Red Green Blue C M Y K H S L
Decimal 241 152 80 0 0.37 0.67 0.05 26.83 0.85 0.63
Hex F1 98 50 0 25 43 5 1B 55 3F
Octal 361 230 120 0 45 103 5 33 125 77
Binary 11110001 10011000 1010000 0 100101 1000011 101 11011 1010101 111111

Color Harmonies of #F19850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19850

Black with #F19850

Text Example


Text Example

White with #F19850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19850; }

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

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

background-color css

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

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

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

border-color css

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

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

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