Html Css Color HEX #F18C42 Flamenco

📋 copy color: '#F18C42'

red 241 ◦ green 140 ◦ blue 66

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

Shades of Flamenco #F18C42

Tints of Flamenco #F18C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.77%

R = 53.91%
G = 31.32%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F18C42 (or 0xF18C42) is known color: Flamenco. HEX triplet: F1, 8C and 42. RGB value is (241,140,66). Sum of RGB (Red+Green+Blue) = 241+140+66=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C42 is #0E73BD. Grayscale: #A2A2A2. Windows color (decimal): -947134 or 4361457. OLE color: 4361457.

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

Color convert

RGB 241 140 66 -
CMYK 0 0.42 0.73 0.05
HSL 25.37º 0.86% 0.6% -
HSV(B) 25.37º 0.73% 0.95% -
XYZ 46.64 37.85 10 -
YUV 161.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 241 140 66 0 0.42 0.73 0.05 25.37 0.86 0.6
Hex F1 8C 42 0 2A 49 5 19 56 3C
Octal 361 214 102 0 52 111 5 31 126 74
Binary 11110001 10001100 1000010 0 101010 1001001 101 11001 1010110 111100

Color Harmonies of #F18C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C42

Black with #F18C42

Text Example


Text Example

White with #F18C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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