Html Css Color HEX #F18C3C Sun

📋 copy color: '#F18C3C'

red 241 ◦ green 140 ◦ blue 60

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

Shades of Sun #F18C3C

Tints of Sun #F18C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 54.65%
G = 31.75%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F18C3C (or 0xF18C3C) is known color: Sun. HEX triplet: F1, 8C and 3C. RGB value is (241,140,60). Sum of RGB (Red+Green+Blue) = 241+140+60=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C3C is #0E73C3. Grayscale: #A1A1A1. Windows color (decimal): -947140 or 3968241. OLE color: 3968241.

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

Color convert

RGB 241 140 60 -
CMYK 0 0.42 0.75 0.05
HSL 26.52º 0.87% 0.59% -
HSV(B) 26.52º 0.75% 0.95% -
XYZ 46.47 37.78 9.12 -
YUV 161.08 70.96 185 -
System Red Green Blue C M Y K H S L
Decimal 241 140 60 0 0.42 0.75 0.05 26.52 0.87 0.59
Hex F1 8C 3C 0 2A 4B 5 1B 57 3B
Octal 361 214 74 0 52 113 5 33 127 73
Binary 11110001 10001100 111100 0 101010 1001011 101 11011 1010111 111011

Color Harmonies of #F18C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C3C

Black with #F18C3C

Text Example


Text Example

White with #F18C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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