Html Css Color HEX #F49331 Sun

📋 copy color: '#F49331'

red 244 ◦ green 147 ◦ blue 49

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

Shades of Sun #F49331

Tints of Sun #F49331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

 BLUE value IS 49 (19.53% from 255) = 11.14%

R = 55.45%
G = 33.41%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F49331 (or 0xF49331) is known color: Sun. HEX triplet: F4, 93 and 31. RGB value is (244,147,49). Sum of RGB (Red+Green+Blue) = 244+147+49=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F49331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49331 is #0B6CCE. Grayscale: #A5A5A5. Windows color (decimal): -748751 or 3249140. OLE color: 3249140.

HSL color Cylindrical-coordinate representation of color #F49331: hue angle of 30.15º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F49331 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 147 49 -
CMYK 0 0.40 0.80 0.04
HSL 30.15º 0.9% 0.57% -
HSV(B) 30.15º 0.8% 0.96% -
XYZ 48.3 40.32 8.14 -
YUV 164.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 244 147 49 0 0.40 0.80 0.04 30.15 0.9 0.57
Hex F4 93 31 0 28 50 4 1E 5A 39
Octal 364 223 61 0 50 120 4 36 132 71
Binary 11110100 10010011 110001 0 101000 1010000 100 11110 1011010 111001

Color Harmonies of #F49331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49331

Black with #F49331

Text Example


Text Example

White with #F49331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49331; }

 p { color: rgb(244,147,49); }

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

background-color css

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

 a { background-color: rgb(244,147,49); }

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

border-color css

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

 span { border-color: rgb(244,147,49); }

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