Html Css Color HEX #F58640 Flamenco

📋 copy color: '#F58640'

red 245 ◦ green 134 ◦ blue 64

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

Shades of Flamenco #F58640

Tints of Flamenco #F58640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.25%

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

R = 55.3%
G = 30.25%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F58640 (or 0xF58640) is known color: Flamenco. HEX triplet: F5, 86 and 40. RGB value is (245,134,64). Sum of RGB (Red+Green+Blue) = 245+134+64=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F58640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58640 is #0A79BF. Grayscale: #9F9F9F. Windows color (decimal): -686528 or 4228853. OLE color: 4228853.

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

Color convert

RGB 245 134 64 -
CMYK 0 0.45 0.74 0.04
HSL 23.2º 0.9% 0.61% -
HSV(B) 23.2º 0.74% 0.96% -
XYZ 47.11 36.83 9.48 -
YUV 159.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 245 134 64 0 0.45 0.74 0.04 23.2 0.9 0.61
Hex F5 86 40 0 2D 4A 4 17 5A 3D
Octal 365 206 100 0 55 112 4 27 132 75
Binary 11110101 10000110 1000000 0 101101 1001010 100 10111 1011010 111101

Color Harmonies of #F58640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58640

Black with #F58640

Text Example


Text Example

White with #F58640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58640; }

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

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

background-color css

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

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

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

border-color css

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

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

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