Html Css Color HEX #F18B2F Sun

📋 copy color: '#F18B2F'

red 241 ◦ green 139 ◦ blue 47

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

Shades of Sun #F18B2F

Tints of Sun #F18B2F

RGB

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

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

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

R = 56.44%
G = 32.55%
B = 11.01%

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

#F18B2F (or 0xF18B2F) is known color: Sun. HEX triplet: F1, 8B and 2F. RGB value is (241,139,47). Sum of RGB (Red+Green+Blue) = 241+139+47=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18B2F is #0E74D0. Grayscale: #9F9F9F. Windows color (decimal): -947409 or 3116017. OLE color: 3116017.

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

Color convert

RGB 241 139 47 -
CMYK 0 0.42 0.80 0.05
HSL 28.45º 0.87% 0.56% -
HSV(B) 28.45º 0.8% 0.95% -
XYZ 46.02 37.37 7.48 -
YUV 159.01 64.79 186.48 -
System Red Green Blue C M Y K H S L
Decimal 241 139 47 0 0.42 0.80 0.05 28.45 0.87 0.56
Hex F1 8B 2F 0 2A 50 5 1C 57 38
Octal 361 213 57 0 52 120 5 34 127 70
Binary 11110001 10001011 101111 0 101010 1010000 101 11100 1010111 111000

Color Harmonies of #F18B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B2F

Black with #F18B2F

Text Example


Text Example

White with #F18B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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