Html Css Color HEX #F18F2F Sun

📋 copy color: '#F18F2F'

red 241 ◦ green 143 ◦ blue 47

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

Shades of Sun #F18F2F

Tints of Sun #F18F2F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 55.92%
G = 33.18%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F18F2F (or 0xF18F2F) is known color: Sun. HEX triplet: F1, 8F and 2F. RGB value is (241,143,47). Sum of RGB (Red+Green+Blue) = 241+143+47=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F2F is #0E70D0. Grayscale: #A1A1A1. Windows color (decimal): -946385 or 3117041. OLE color: 3117041.

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

Color convert

RGB 241 143 47 -
CMYK 0 0.41 0.80 0.05
HSL 29.69º 0.87% 0.56% -
HSV(B) 29.69º 0.8% 0.95% -
XYZ 46.61 38.55 7.67 -
YUV 161.36 63.47 184.81 -
System Red Green Blue C M Y K H S L
Decimal 241 143 47 0 0.41 0.80 0.05 29.69 0.87 0.56
Hex F1 8F 2F 0 29 50 5 1E 57 38
Octal 361 217 57 0 51 120 5 36 127 70
Binary 11110001 10001111 101111 0 101001 1010000 101 11110 1010111 111000

Color Harmonies of #F18F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F2F

Black with #F18F2F

Text Example


Text Example

White with #F18F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F2F; }

 p { color: rgb(241,143,47); }

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

background-color css

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

 a { background-color: rgb(241,143,47); }

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

border-color css

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

 span { border-color: rgb(241,143,47); }

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