Html Css Color HEX #F49550 Sea Buckthorn

📋 copy color: '#F49550'

red 244 ◦ green 149 ◦ blue 80

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

Shades of Sea Buckthorn #F49550

Tints of Sea Buckthorn #F49550

RGB

 RED value IS 244 (95.7% from 255) = 51.59%

 GREEN value IS 149 (58.59% from 255) = 31.5%

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

R = 51.59%
G = 31.5%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F49550 (or 0xF49550) is known color: Sea Buckthorn. HEX triplet: F4, 95 and 50. RGB value is (244,149,80). Sum of RGB (Red+Green+Blue) = 244+149+80=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F49550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49550 is #0B6AAF. Grayscale: #A9A9A9. Windows color (decimal): -748208 or 5281268. OLE color: 5281268.

HSL color Cylindrical-coordinate representation of color #F49550: hue angle of 25.24º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F49550 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 149 80 -
CMYK 0 0.39 0.67 0.04
HSL 25.24º 0.88% 0.64% -
HSV(B) 25.24º 0.67% 0.96% -
XYZ 49.5 41.31 12.95 -
YUV 169.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 244 149 80 0 0.39 0.67 0.04 25.24 0.88 0.64
Hex F4 95 50 0 27 43 4 19 58 40
Octal 364 225 120 0 47 103 4 31 130 100
Binary 11110100 10010101 1010000 0 100111 1000011 100 11001 1011000 1000000

Color Harmonies of #F49550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49550

Black with #F49550

Text Example


Text Example

White with #F49550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49550; }

 p { color: rgb(244,149,80); }

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

background-color css

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

 a { background-color: rgb(244,149,80); }

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

border-color css

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

 span { border-color: rgb(244,149,80); }

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