Html Css Color HEX #F19650 Sea Buckthorn

📋 copy color: '#F19650'

red 241 ◦ green 150 ◦ blue 80

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

Shades of Sea Buckthorn #F19650

Tints of Sea Buckthorn #F19650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

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

R = 51.17%
G = 31.85%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F19650 (or 0xF19650) is known color: Sea Buckthorn. HEX triplet: F1, 96 and 50. RGB value is (241,150,80). Sum of RGB (Red+Green+Blue) = 241+150+80=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F19650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19650 is #0E69AF. Grayscale: #A9A9A9. Windows color (decimal): -944560 or 5281521. OLE color: 5281521.

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

Color convert

RGB 241 150 80 -
CMYK 0 0.38 0.67 0.05
HSL 26.09º 0.85% 0.63% -
HSV(B) 26.09º 0.67% 0.95% -
XYZ 48.63 41.09 12.96 -
YUV 169.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 241 150 80 0 0.38 0.67 0.05 26.09 0.85 0.63
Hex F1 96 50 0 26 43 5 1A 55 3F
Octal 361 226 120 0 46 103 5 32 125 77
Binary 11110001 10010110 1010000 0 100110 1000011 101 11010 1010101 111111

Color Harmonies of #F19650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19650

Black with #F19650

Text Example


Text Example

White with #F19650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19650; }

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

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

background-color css

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

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

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

border-color css

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

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

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