Html Css Color HEX #F17F42 Flamenco

📋 copy color: '#F17F42'

red 241 ◦ green 127 ◦ blue 66

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

Shades of Flamenco #F17F42

Tints of Flamenco #F17F42

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

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

R = 55.53%
G = 29.26%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F17F42 (or 0xF17F42) is known color: Flamenco. HEX triplet: F1, 7F and 42. RGB value is (241,127,66). Sum of RGB (Red+Green+Blue) = 241+127+66=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F42 is #0E80BD. Grayscale: #9A9A9A. Windows color (decimal): -950462 or 4358129. OLE color: 4358129.

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

Color convert

RGB 241 127 66 -
CMYK 0 0.47 0.73 0.05
HSL 20.91º 0.86% 0.6% -
HSV(B) 20.91º 0.73% 0.95% -
XYZ 44.85 34.27 9.41 -
YUV 154.13 78.27 189.96 -
System Red Green Blue C M Y K H S L
Decimal 241 127 66 0 0.47 0.73 0.05 20.91 0.86 0.6
Hex F1 7F 42 0 2F 49 5 15 56 3C
Octal 361 177 102 0 57 111 5 25 126 74
Binary 11110001 1111111 1000010 0 101111 1001001 101 10101 1010110 111100

Color Harmonies of #F17F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F42

Black with #F17F42

Text Example


Text Example

White with #F17F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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