Html Css Color HEX #F17D40 Flamenco

📋 copy color: '#F17D40'

red 241 ◦ green 125 ◦ blue 64

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

Shades of Flamenco #F17D40

Tints of Flamenco #F17D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.07%

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 56.05%
G = 29.07%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F17D40 (or 0xF17D40) is known color: Flamenco. HEX triplet: F1, 7D and 40. RGB value is (241,125,64). Sum of RGB (Red+Green+Blue) = 241+125+64=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17D40 is #0E82BF. Grayscale: #999999. Windows color (decimal): -950976 or 4226545. OLE color: 4226545.

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

Color convert

RGB 241 125 64 -
CMYK 0 0.48 0.73 0.05
HSL 20.68º 0.86% 0.6% -
HSV(B) 20.68º 0.73% 0.95% -
XYZ 44.53 33.74 9.02 -
YUV 152.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 241 125 64 0 0.48 0.73 0.05 20.68 0.86 0.6
Hex F1 7D 40 0 30 49 5 15 56 3C
Octal 361 175 100 0 60 111 5 25 126 74
Binary 11110001 1111101 1000000 0 110000 1001001 101 10101 1010110 111100

Color Harmonies of #F17D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D40

Black with #F17D40

Text Example


Text Example

White with #F17D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D40; }

 p { color: rgb(241,125,64); }

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

background-color css

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

 a { background-color: rgb(241,125,64); }

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

border-color css

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

 span { border-color: rgb(241,125,64); }

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