Html Css Color HEX #F19B50 Sea Buckthorn

📋 copy color: '#F19B50'

red 241 ◦ green 155 ◦ blue 80

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

Shades of Sea Buckthorn #F19B50

Tints of Sea Buckthorn #F19B50

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.56%

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

R = 50.63%
G = 32.56%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F19B50 (or 0xF19B50) is known color: Sea Buckthorn. HEX triplet: F1, 9B and 50. RGB value is (241,155,80). Sum of RGB (Red+Green+Blue) = 241+155+80=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 80 (31.64% from 255 or 16.81% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B50 is #0E64AF. Grayscale: #ACACAC. Windows color (decimal): -943280 or 5282801. OLE color: 5282801.

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

Color convert

RGB 241 155 80 -
CMYK 0 0.36 0.67 0.05
HSL 27.95º 0.85% 0.63% -
HSV(B) 27.95º 0.67% 0.95% -
XYZ 49.44 42.72 13.23 -
YUV 172.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 241 155 80 0 0.36 0.67 0.05 27.95 0.85 0.63
Hex F1 9B 50 0 24 43 5 1C 55 3F
Octal 361 233 120 0 44 103 5 34 125 77
Binary 11110001 10011011 1010000 0 100100 1000011 101 11100 1010101 111111

Color Harmonies of #F19B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19B50

Black with #F19B50

Text Example


Text Example

White with #F19B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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