Html Css Color HEX #F58245 Flamenco

📋 copy color: '#F58245'

red 245 ◦ green 130 ◦ blue 69

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

Shades of Flamenco #F58245

Tints of Flamenco #F58245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

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

R = 55.18%
G = 29.28%
B = 15.54%

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

#F58245 (or 0xF58245) is known color: Flamenco. HEX triplet: F5, 82 and 45. RGB value is (245,130,69). Sum of RGB (Red+Green+Blue) = 245+130+69=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F58245 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58245 is #0A7DBA. Grayscale: #9D9D9D. Windows color (decimal): -687547 or 4555509. OLE color: 4555509.

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

Color convert

RGB 245 130 69 -
CMYK 0 0.47 0.72 0.04
HSL 20.8º 0.9% 0.62% -
HSV(B) 20.8º 0.72% 0.96% -
XYZ 46.71 35.81 10.08 -
YUV 157.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 245 130 69 0 0.47 0.72 0.04 20.8 0.9 0.62
Hex F5 82 45 0 2F 48 4 15 5A 3E
Octal 365 202 105 0 57 110 4 25 132 76
Binary 11110101 10000010 1000101 0 101111 1001000 100 10101 1011010 111110

Color Harmonies of #F58245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58245

Black with #F58245

Text Example


Text Example

White with #F58245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58245; }

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

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

background-color css

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

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

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

border-color css

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

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

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