Html Css Color HEX #F18B31 Sun

📋 copy color: '#F18B31'

red 241 ◦ green 139 ◦ blue 49

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

Shades of Sun #F18B31

Tints of Sun #F18B31

RGB

 RED value IS 241 (94.53% from 255) = 56.18%

 GREEN value IS 139 (54.69% from 255) = 32.4%

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

R = 56.18%
G = 32.4%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F18B31 (or 0xF18B31) is known color: Sun. HEX triplet: F1, 8B and 31. RGB value is (241,139,49). Sum of RGB (Red+Green+Blue) = 241+139+49=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B31 is #0E74CE. Grayscale: #9F9F9F. Windows color (decimal): -947407 or 3247089. OLE color: 3247089.

HSL color Cylindrical-coordinate representation of color #F18B31: hue angle of 28.12º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F18B31 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 139 49 -
CMYK 0 0.42 0.80 0.05
HSL 28.13º 0.87% 0.57% -
HSV(B) 28.13º 0.8% 0.95% -
XYZ 46.06 37.39 7.69 -
YUV 159.24 65.79 186.32 -
System Red Green Blue C M Y K H S L
Decimal 241 139 49 0 0.42 0.80 0.05 28.13 0.87 0.57
Hex F1 8B 31 0 2A 50 5 1C 57 39
Octal 361 213 61 0 52 120 5 34 127 71
Binary 11110001 10001011 110001 0 101010 1010000 101 11100 1010111 111001

Color Harmonies of #F18B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B31

Black with #F18B31

Text Example


Text Example

White with #F18B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B31; }

 p { color: rgb(241,139,49); }

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

background-color css

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

 a { background-color: rgb(241,139,49); }

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

border-color css

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

 span { border-color: rgb(241,139,49); }

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