Html Css Color HEX #F18542 Flamenco

📋 copy color: '#F18542'

red 241 ◦ green 133 ◦ blue 66

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

Shades of Flamenco #F18542

Tints of Flamenco #F18542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 54.77%
G = 30.23%
B = 15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F18542 (or 0xF18542) is known color: Flamenco. HEX triplet: F1, 85 and 42. RGB value is (241,133,66). Sum of RGB (Red+Green+Blue) = 241+133+66=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F18542 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18542 is #0E7ABD. Grayscale: #9E9E9E. Windows color (decimal): -948926 or 4359665. OLE color: 4359665.

HSL color Cylindrical-coordinate representation of color #F18542: hue angle of 22.97º 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 #F18542 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 133 66 -
CMYK 0 0.45 0.73 0.05
HSL 22.97º 0.86% 0.6% -
HSV(B) 22.97º 0.73% 0.95% -
XYZ 45.65 35.87 9.67 -
YUV 157.65 76.28 187.45 -
System Red Green Blue C M Y K H S L
Decimal 241 133 66 0 0.45 0.73 0.05 22.97 0.86 0.6
Hex F1 85 42 0 2D 49 5 17 56 3C
Octal 361 205 102 0 55 111 5 27 126 74
Binary 11110001 10000101 1000010 0 101101 1001001 101 10111 1010110 111100

Color Harmonies of #F18542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18542

Black with #F18542

Text Example


Text Example

White with #F18542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18542; }

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

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

background-color css

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

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

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

border-color css

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

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

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