Html Css Color HEX #F48130 Sun

📋 copy color: '#F48130'

red 244 ◦ green 129 ◦ blue 48

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

Shades of Sun #F48130

Tints of Sun #F48130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 48 (19.14% from 255) = 11.4%

R = 57.96%
G = 30.64%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F48130 (or 0xF48130) is known color: Sun. HEX triplet: F4, 81 and 30. RGB value is (244,129,48). Sum of RGB (Red+Green+Blue) = 244+129+48=421 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.96% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 48 (19.14% from 255 or 11.40% from 421); Max value from RGB is 244 - color contains mainly: red. Hex color #F48130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48130 is #0B7ECF. Grayscale: #9A9A9A. Windows color (decimal): -753360 or 3178996. OLE color: 3178996.

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

Color convert

RGB 244 129 48 -
CMYK 0 0.47 0.80 0.04
HSL 24.8º 0.9% 0.57% -
HSV(B) 24.8º 0.8% 0.96% -
XYZ 45.69 35.15 7.17 -
YUV 154.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 244 129 48 0 0.47 0.80 0.04 24.8 0.9 0.57
Hex F4 81 30 0 2F 50 4 19 5A 39
Octal 364 201 60 0 57 120 4 31 132 71
Binary 11110100 10000001 110000 0 101111 1010000 100 11001 1011010 111001

Color Harmonies of #F48130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48130

Black with #F48130

Text Example


Text Example

White with #F48130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48130; }

 p { color: rgb(244,129,48); }

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

background-color css

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

 a { background-color: rgb(244,129,48); }

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

border-color css

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

 span { border-color: rgb(244,129,48); }

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