Html Css Color HEX #F18B30 Sun

📋 copy color: '#F18B30'

red 241 ◦ green 139 ◦ blue 48

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

Shades of Sun #F18B30

Tints of Sun #F18B30

RGB

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

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

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

R = 56.31%
G = 32.48%
B = 11.21%

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

#F18B30 (or 0xF18B30) is known color: Sun. HEX triplet: F1, 8B and 30. RGB value is (241,139,48). Sum of RGB (Red+Green+Blue) = 241+139+48=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B30 is #0E74CF. Grayscale: #9F9F9F. Windows color (decimal): -947408 or 3181553. OLE color: 3181553.

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

Color convert

RGB 241 139 48 -
CMYK 0 0.42 0.80 0.05
HSL 28.29º 0.87% 0.57% -
HSV(B) 28.29º 0.8% 0.95% -
XYZ 46.04 37.38 7.58 -
YUV 159.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 241 139 48 0 0.42 0.80 0.05 28.29 0.87 0.57
Hex F1 8B 30 0 2A 50 5 1C 57 39
Octal 361 213 60 0 52 120 5 34 127 71
Binary 11110001 10001011 110000 0 101010 1010000 101 11100 1010111 111001

Color Harmonies of #F18B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B30

Black with #F18B30

Text Example


Text Example

White with #F18B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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