Html Css Color HEX #F48032 Sun

📋 copy color: '#F48032'

red 244 ◦ green 128 ◦ blue 50

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

Shades of Sun #F48032

Tints of Sun #F48032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 57.82%
G = 30.33%
B = 11.85%

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

#F48032 (or 0xF48032) is known color: Sun. HEX triplet: F4, 80 and 32. RGB value is (244,128,50). Sum of RGB (Red+Green+Blue) = 244+128+50=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F48032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48032 is #0B7FCD. Grayscale: #9A9A9A. Windows color (decimal): -753614 or 3309812. OLE color: 3309812.

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

Color convert

RGB 244 128 50 -
CMYK 0 0.48 0.80 0.04
HSL 24.12º 0.9% 0.58% -
HSV(B) 24.12º 0.8% 0.96% -
XYZ 45.6 34.9 7.35 -
YUV 153.79 69.43 192.34 -
System Red Green Blue C M Y K H S L
Decimal 244 128 50 0 0.48 0.80 0.04 24.12 0.9 0.58
Hex F4 80 32 0 30 50 4 18 5A 3A
Octal 364 200 62 0 60 120 4 30 132 72
Binary 11110100 10000000 110010 0 110000 1010000 100 11000 1011010 111010

Color Harmonies of #F48032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48032

Black with #F48032

Text Example


Text Example

White with #F48032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48032; }

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

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

background-color css

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

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

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

border-color css

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

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

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