Html Css Color HEX #F18C3E Sun

📋 copy color: '#F18C3E'

red 241 ◦ green 140 ◦ blue 62

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

Shades of Sun #F18C3E

Tints of Sun #F18C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14%

R = 54.4%
G = 31.6%
B = 14%

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

#F18C3E (or 0xF18C3E) is known color: Sun. HEX triplet: F1, 8C and 3E. RGB value is (241,140,62). Sum of RGB (Red+Green+Blue) = 241+140+62=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C3E is #0E73C1. Grayscale: #A1A1A1. Windows color (decimal): -947138 or 4099313. OLE color: 4099313.

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

Color convert

RGB 241 140 62 -
CMYK 0 0.42 0.74 0.05
HSL 26.15º 0.86% 0.59% -
HSV(B) 26.15º 0.74% 0.95% -
XYZ 46.52 37.8 9.4 -
YUV 161.31 71.96 184.84 -
System Red Green Blue C M Y K H S L
Decimal 241 140 62 0 0.42 0.74 0.05 26.15 0.86 0.59
Hex F1 8C 3E 0 2A 4A 5 1A 56 3B
Octal 361 214 76 0 52 112 5 32 126 73
Binary 11110001 10001100 111110 0 101010 1001010 101 11010 1010110 111011

Color Harmonies of #F18C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C3E

Black with #F18C3E

Text Example


Text Example

White with #F18C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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