Html Css Color HEX #F48C30 Sun

📋 copy color: '#F48C30'

red 244 ◦ green 140 ◦ blue 48

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

Shades of Sun #F48C30

Tints of Sun #F48C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.41%

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

R = 56.48%
G = 32.41%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F48C30 (or 0xF48C30) is known color: Sun. HEX triplet: F4, 8C and 30. RGB value is (244,140,48). Sum of RGB (Red+Green+Blue) = 244+140+48=432 (57% of max value = 765). Red value is 244 (95.70% from 255 or 56.48% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48C30 is #0B73CF. Grayscale: #A1A1A1. Windows color (decimal): -750544 or 3181812. OLE color: 3181812.

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

Color convert

RGB 244 140 48 -
CMYK 0 0.43 0.80 0.04
HSL 28.16º 0.9% 0.57% -
HSV(B) 28.16º 0.8% 0.96% -
XYZ 47.22 38.2 7.68 -
YUV 160.61 64.46 187.48 -
System Red Green Blue C M Y K H S L
Decimal 244 140 48 0 0.43 0.80 0.04 28.16 0.9 0.57
Hex F4 8C 30 0 2B 50 4 1C 5A 39
Octal 364 214 60 0 53 120 4 34 132 71
Binary 11110100 10001100 110000 0 101011 1010000 100 11100 1011010 111001

Color Harmonies of #F48C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C30

Black with #F48C30

Text Example


Text Example

White with #F48C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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