Html Css Color HEX #F49740 Sea Buckthorn

📋 copy color: '#F49740'

red 244 ◦ green 151 ◦ blue 64

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

Shades of Sea Buckthorn #F49740

Tints of Sea Buckthorn #F49740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.9%

 BLUE value IS 64 (25.39% from 255) = 13.94%

R = 53.16%
G = 32.9%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F49740 (or 0xF49740) is known color: Sea Buckthorn. HEX triplet: F4, 97 and 40. RGB value is (244,151,64). Sum of RGB (Red+Green+Blue) = 244+151+64=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F49740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49740 is #0B68BF. Grayscale: #A9A9A9. Windows color (decimal): -747712 or 4233204. OLE color: 4233204.

HSL color Cylindrical-coordinate representation of color #F49740: hue angle of 29º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F49740 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 151 64 -
CMYK 0 0.38 0.74 0.04
HSL 29º 0.89% 0.6% -
HSV(B) 29º 0.74% 0.96% -
XYZ 49.3 41.74 10.31 -
YUV 168.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 244 151 64 0 0.38 0.74 0.04 29 0.89 0.6
Hex F4 97 40 0 26 4A 4 1D 59 3C
Octal 364 227 100 0 46 112 4 35 131 74
Binary 11110100 10010111 1000000 0 100110 1001010 100 11101 1011001 111100

Color Harmonies of #F49740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49740

Black with #F49740

Text Example


Text Example

White with #F49740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49740; }

 p { color: rgb(244,151,64); }

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

background-color css

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

 a { background-color: rgb(244,151,64); }

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

border-color css

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

 span { border-color: rgb(244,151,64); }

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