Html Css Color HEX #F58240 Flamenco

📋 copy color: '#F58240'

red 245 ◦ green 130 ◦ blue 64

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

Shades of Flamenco #F58240

Tints of Flamenco #F58240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 55.81%
G = 29.61%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F58240 (or 0xF58240) is known color: Flamenco. HEX triplet: F5, 82 and 40. RGB value is (245,130,64). Sum of RGB (Red+Green+Blue) = 245+130+64=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F58240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58240 is #0A7DBF. Grayscale: #9D9D9D. Windows color (decimal): -687552 or 4227829. OLE color: 4227829.

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

Color convert

RGB 245 130 64 -
CMYK 0 0.47 0.74 0.04
HSL 21.88º 0.9% 0.61% -
HSV(B) 21.88º 0.74% 0.96% -
XYZ 46.56 35.75 9.3 -
YUV 156.86 75.6 190.87 -
System Red Green Blue C M Y K H S L
Decimal 245 130 64 0 0.47 0.74 0.04 21.88 0.9 0.61
Hex F5 82 40 0 2F 4A 4 16 5A 3D
Octal 365 202 100 0 57 112 4 26 132 75
Binary 11110101 10000010 1000000 0 101111 1001010 100 10110 1011010 111101

Color Harmonies of #F58240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58240

Black with #F58240

Text Example


Text Example

White with #F58240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58240; }

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

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

background-color css

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

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

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

border-color css

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

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

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