Html Css Color HEX #F18C3A Sun

📋 copy color: '#F18C3A'

red 241 ◦ green 140 ◦ blue 58

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

Shades of Sun #F18C3A

Tints of Sun #F18C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.21%

R = 54.9%
G = 31.89%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F18C3A (or 0xF18C3A) is known color: Sun. HEX triplet: F1, 8C and 3A. RGB value is (241,140,58). Sum of RGB (Red+Green+Blue) = 241+140+58=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C3A is #0E73C5. Grayscale: #A1A1A1. Windows color (decimal): -947142 or 3837169. OLE color: 3837169.

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

Color convert

RGB 241 140 58 -
CMYK 0 0.42 0.76 0.05
HSL 26.89º 0.87% 0.59% -
HSV(B) 26.89º 0.76% 0.95% -
XYZ 46.42 37.76 8.85 -
YUV 160.85 69.96 185.17 -
System Red Green Blue C M Y K H S L
Decimal 241 140 58 0 0.42 0.76 0.05 26.89 0.87 0.59
Hex F1 8C 3A 0 2A 4C 5 1B 57 3B
Octal 361 214 72 0 52 114 5 33 127 73
Binary 11110001 10001100 111010 0 101010 1001100 101 11011 1010111 111011

Color Harmonies of #F18C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C3A

Black with #F18C3A

Text Example


Text Example

White with #F18C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C3A; }

 p { color: rgb(241,140,58); }

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

background-color css

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

 a { background-color: rgb(241,140,58); }

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

border-color css

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

 span { border-color: rgb(241,140,58); }

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