Html Css Color HEX #F58344 Flamenco

📋 copy color: '#F58344'

red 245 ◦ green 131 ◦ blue 68

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

Shades of Flamenco #F58344

Tints of Flamenco #F58344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

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

R = 55.18%
G = 29.5%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F58344 (or 0xF58344) is known color: Flamenco. HEX triplet: F5, 83 and 44. RGB value is (245,131,68). Sum of RGB (Red+Green+Blue) = 245+131+68=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F58344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58344 is #0A7CBB. Grayscale: #9E9E9E. Windows color (decimal): -687292 or 4490229. OLE color: 4490229.

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

Color convert

RGB 245 131 68 -
CMYK 0 0.47 0.72 0.04
HSL 21.36º 0.9% 0.61% -
HSV(B) 21.36º 0.72% 0.96% -
XYZ 46.82 36.06 9.96 -
YUV 157.9 77.27 190.12 -
System Red Green Blue C M Y K H S L
Decimal 245 131 68 0 0.47 0.72 0.04 21.36 0.9 0.61
Hex F5 83 44 0 2F 48 4 15 5A 3D
Octal 365 203 104 0 57 110 4 25 132 75
Binary 11110101 10000011 1000100 0 101111 1001000 100 10101 1011010 111101

Color Harmonies of #F58344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58344

Black with #F58344

Text Example


Text Example

White with #F58344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58344; }

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

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

background-color css

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

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

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

border-color css

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

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

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