Html Css Color HEX #F58345 Flamenco

📋 copy color: '#F58345'

red 245 ◦ green 131 ◦ blue 69

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

Shades of Flamenco #F58345

Tints of Flamenco #F58345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 55.06%
G = 29.44%
B = 15.51%

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

#F58345 (or 0xF58345) is known color: Flamenco. HEX triplet: F5, 83 and 45. RGB value is (245,131,69). Sum of RGB (Red+Green+Blue) = 245+131+69=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F58345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58345 is #0A7CBA. Grayscale: #9E9E9E. Windows color (decimal): -687291 or 4555765. OLE color: 4555765.

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

Color convert

RGB 245 131 69 -
CMYK 0 0.47 0.72 0.04
HSL 21.14º 0.9% 0.62% -
HSV(B) 21.14º 0.72% 0.96% -
XYZ 46.85 36.07 10.12 -
YUV 158.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 245 131 69 0 0.47 0.72 0.04 21.14 0.9 0.62
Hex F5 83 45 0 2F 48 4 15 5A 3E
Octal 365 203 105 0 57 110 4 25 132 76
Binary 11110101 10000011 1000101 0 101111 1001000 100 10101 1011010 111110

Color Harmonies of #F58345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58345

Black with #F58345

Text Example


Text Example

White with #F58345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58345; }

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

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

background-color css

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

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

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

border-color css

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

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

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