Html Css Color HEX #F19450 Sea Buckthorn

📋 copy color: '#F19450'

red 241 ◦ green 148 ◦ blue 80

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

Shades of Sea Buckthorn #F19450

Tints of Sea Buckthorn #F19450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.56%

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

R = 51.39%
G = 31.56%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F19450 (or 0xF19450) is known color: Sea Buckthorn. HEX triplet: F1, 94 and 50. RGB value is (241,148,80). Sum of RGB (Red+Green+Blue) = 241+148+80=469 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.39% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 80 (31.64% from 255 or 17.06% from 469); Max value from RGB is 241 - color contains mainly: red. Hex color #F19450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19450 is #0E6BAF. Grayscale: #A8A8A8. Windows color (decimal): -945072 or 5281009. OLE color: 5281009.

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

Color convert

RGB 241 148 80 -
CMYK 0 0.39 0.67 0.05
HSL 25.34º 0.85% 0.63% -
HSV(B) 25.34º 0.67% 0.95% -
XYZ 48.31 40.46 12.85 -
YUV 168.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 241 148 80 0 0.39 0.67 0.05 25.34 0.85 0.63
Hex F1 94 50 0 27 43 5 19 55 3F
Octal 361 224 120 0 47 103 5 31 125 77
Binary 11110001 10010100 1010000 0 100111 1000011 101 11001 1010101 111111

Color Harmonies of #F19450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19450

Black with #F19450

Text Example


Text Example

White with #F19450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19450; }

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

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

background-color css

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

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

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

border-color css

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

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

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