Html Css Color HEX #F18C3F Sun

📋 copy color: '#F18C3F'

red 241 ◦ green 140 ◦ blue 63

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

Shades of Sun #F18C3F

Tints of Sun #F18C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.19%

R = 54.28%
G = 31.53%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F18C3F (or 0xF18C3F) is known color: Sun. HEX triplet: F1, 8C and 3F. RGB value is (241,140,63). Sum of RGB (Red+Green+Blue) = 241+140+63=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C3F is #0E73C0. Grayscale: #A1A1A1. Windows color (decimal): -947137 or 4164849. OLE color: 4164849.

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

Color convert

RGB 241 140 63 -
CMYK 0 0.42 0.74 0.05
HSL 25.96º 0.86% 0.6% -
HSV(B) 25.96º 0.74% 0.95% -
XYZ 46.55 37.82 9.55 -
YUV 161.42 72.46 184.76 -
System Red Green Blue C M Y K H S L
Decimal 241 140 63 0 0.42 0.74 0.05 25.96 0.86 0.6
Hex F1 8C 3F 0 2A 4A 5 1A 56 3C
Octal 361 214 77 0 52 112 5 32 126 74
Binary 11110001 10001100 111111 0 101010 1001010 101 11010 1010110 111100

Color Harmonies of #F18C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C3F

Black with #F18C3F

Text Example


Text Example

White with #F18C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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