Html Css Color HEX #F57D3F Flamenco

📋 copy color: '#F57D3F'

red 245 ◦ green 125 ◦ blue 63

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

Shades of Flamenco #F57D3F

Tints of Flamenco #F57D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.55%

R = 56.58%
G = 28.87%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F57D3F (or 0xF57D3F) is known color: Flamenco. HEX triplet: F5, 7D and 3F. RGB value is (245,125,63). Sum of RGB (Red+Green+Blue) = 245+125+63=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57D3F is #0A82C0. Grayscale: #9A9A9A. Windows color (decimal): -688833 or 4161013. OLE color: 4161013.

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

Color convert

RGB 245 125 63 -
CMYK 0 0.49 0.74 0.04
HSL 20.44º 0.9% 0.6% -
HSV(B) 20.44º 0.74% 0.96% -
XYZ 45.89 34.44 8.93 -
YUV 153.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 245 125 63 0 0.49 0.74 0.04 20.44 0.9 0.6
Hex F5 7D 3F 0 31 4A 4 14 5A 3C
Octal 365 175 77 0 61 112 4 24 132 74
Binary 11110101 1111101 111111 0 110001 1001010 100 10100 1011010 111100

Color Harmonies of #F57D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D3F

Black with #F57D3F

Text Example


Text Example

White with #F57D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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