Html Css Color HEX #F58945 Flamenco

📋 copy color: '#F58945'

red 245 ◦ green 137 ◦ blue 69

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

Shades of Flamenco #F58945

Tints of Flamenco #F58945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

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

R = 54.32%
G = 30.38%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F58945 (or 0xF58945) is known color: Flamenco. HEX triplet: F5, 89 and 45. RGB value is (245,137,69). Sum of RGB (Red+Green+Blue) = 245+137+69=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F58945 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F58945 is #0A76BA. Grayscale: #A1A1A1. Windows color (decimal): -685755 or 4557301. OLE color: 4557301.

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

Color convert

RGB 245 137 69 -
CMYK 0 0.44 0.72 0.04
HSL 23.18º 0.9% 0.62% -
HSV(B) 23.18º 0.72% 0.96% -
XYZ 47.68 37.73 10.4 -
YUV 161.54 75.78 187.53 -
System Red Green Blue C M Y K H S L
Decimal 245 137 69 0 0.44 0.72 0.04 23.18 0.9 0.62
Hex F5 89 45 0 2C 48 4 17 5A 3E
Octal 365 211 105 0 54 110 4 27 132 76
Binary 11110101 10001001 1000101 0 101100 1001000 100 10111 1011010 111110

Color Harmonies of #F58945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58945

Black with #F58945

Text Example


Text Example

White with #F58945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58945; }

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

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

background-color css

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

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

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

border-color css

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

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

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