Html Css Color HEX #F48031 Sun

📋 copy color: '#F48031'

red 244 ◦ green 128 ◦ blue 49

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

Shades of Sun #F48031

Tints of Sun #F48031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

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

R = 57.96%
G = 30.4%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F48031 (or 0xF48031) is known color: Sun. HEX triplet: F4, 80 and 31. RGB value is (244,128,49). Sum of RGB (Red+Green+Blue) = 244+128+49=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F48031 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48031 is #0B7FCE. Grayscale: #9A9A9A. Windows color (decimal): -753615 or 3244276. OLE color: 3244276.

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

Color convert

RGB 244 128 49 -
CMYK 0 0.48 0.80 0.04
HSL 24.31º 0.9% 0.57% -
HSV(B) 24.31º 0.8% 0.96% -
XYZ 45.58 34.89 7.24 -
YUV 153.68 68.93 192.42 -
System Red Green Blue C M Y K H S L
Decimal 244 128 49 0 0.48 0.80 0.04 24.31 0.9 0.57
Hex F4 80 31 0 30 50 4 18 5A 39
Octal 364 200 61 0 60 120 4 30 132 71
Binary 11110100 10000000 110001 0 110000 1010000 100 11000 1011010 111001

Color Harmonies of #F48031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48031

Black with #F48031

Text Example


Text Example

White with #F48031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48031; }

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

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

background-color css

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

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

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

border-color css

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

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

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