Html Css Color HEX #F58044 Flamenco

📋 copy color: '#F58044'

red 245 ◦ green 128 ◦ blue 68

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

Shades of Flamenco #F58044

Tints of Flamenco #F58044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.02%

 BLUE value IS 68 (26.95% from 255) = 15.42%

R = 55.56%
G = 29.02%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F58044 (or 0xF58044) is known color: Flamenco. HEX triplet: F5, 80 and 44. RGB value is (245,128,68). Sum of RGB (Red+Green+Blue) = 245+128+68=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F58044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58044 is #0A7FBB. Grayscale: #9C9C9C. Windows color (decimal): -688060 or 4489461. OLE color: 4489461.

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

Color convert

RGB 245 128 68 -
CMYK 0 0.48 0.72 0.04
HSL 20.34º 0.9% 0.61% -
HSV(B) 20.34º 0.72% 0.96% -
XYZ 46.42 35.27 9.83 -
YUV 156.14 78.26 191.38 -
System Red Green Blue C M Y K H S L
Decimal 245 128 68 0 0.48 0.72 0.04 20.34 0.9 0.61
Hex F5 80 44 0 30 48 4 14 5A 3D
Octal 365 200 104 0 60 110 4 24 132 75
Binary 11110101 10000000 1000100 0 110000 1001000 100 10100 1011010 111101

Color Harmonies of #F58044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58044

Black with #F58044

Text Example


Text Example

White with #F58044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58044; }

 p { color: rgb(245,128,68); }

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

background-color css

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

 a { background-color: rgb(245,128,68); }

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

border-color css

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

 span { border-color: rgb(245,128,68); }

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