Html Css Color HEX #F57D41 Flamenco

📋 copy color: '#F57D41'

red 245 ◦ green 125 ◦ blue 65

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

Shades of Flamenco #F57D41

Tints of Flamenco #F57D41

RGB

 RED value IS 245 (96.09% from 255) = 56.32%

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

 BLUE value IS 65 (25.78% from 255) = 14.94%

R = 56.32%
G = 28.74%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F57D41 (or 0xF57D41) is known color: Flamenco. HEX triplet: F5, 7D and 41. RGB value is (245,125,65). Sum of RGB (Red+Green+Blue) = 245+125+65=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57D41 is #0A82BE. Grayscale: #9A9A9A. Windows color (decimal): -688831 or 4292085. OLE color: 4292085.

HSL color Cylindrical-coordinate representation of color #F57D41: hue angle of 20º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F57D41 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 125 65 -
CMYK 0 0.49 0.73 0.04
HSL 20º 0.9% 0.61% -
HSV(B) 20º 0.73% 0.96% -
XYZ 45.94 34.46 9.23 -
YUV 154.04 77.76 192.88 -
System Red Green Blue C M Y K H S L
Decimal 245 125 65 0 0.49 0.73 0.04 20 0.9 0.61
Hex F5 7D 41 0 31 49 4 14 5A 3D
Octal 365 175 101 0 61 111 4 24 132 75
Binary 11110101 1111101 1000001 0 110001 1001001 100 10100 1011010 111101

Color Harmonies of #F57D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D41

Black with #F57D41

Text Example


Text Example

White with #F57D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D41; }

 p { color: rgb(245,125,65); }

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

background-color css

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

 a { background-color: rgb(245,125,65); }

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

border-color css

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

 span { border-color: rgb(245,125,65); }

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