Html Css Color HEX #F49540 Sea Buckthorn

📋 copy color: '#F49540'

red 244 ◦ green 149 ◦ blue 64

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

Shades of Sea Buckthorn #F49540

Tints of Sea Buckthorn #F49540

RGB

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

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

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

R = 53.39%
G = 32.6%
B = 14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F49540 (or 0xF49540) is known color: Sea Buckthorn. HEX triplet: F4, 95 and 40. RGB value is (244,149,64). Sum of RGB (Red+Green+Blue) = 244+149+64=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F49540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49540 is #0B6ABF. Grayscale: #A8A8A8. Windows color (decimal): -748224 or 4232692. OLE color: 4232692.

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

Color convert

RGB 244 149 64 -
CMYK 0 0.39 0.74 0.04
HSL 28.33º 0.89% 0.6% -
HSV(B) 28.33º 0.74% 0.96% -
XYZ 48.98 41.1 10.2 -
YUV 167.72 69.47 182.41 -
System Red Green Blue C M Y K H S L
Decimal 244 149 64 0 0.39 0.74 0.04 28.33 0.89 0.6
Hex F4 95 40 0 27 4A 4 1C 59 3C
Octal 364 225 100 0 47 112 4 34 131 74
Binary 11110100 10010101 1000000 0 100111 1001010 100 11100 1011001 111100

Color Harmonies of #F49540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49540

Black with #F49540

Text Example


Text Example

White with #F49540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49540; }

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

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

background-color css

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

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

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

border-color css

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

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

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