Html Css Color HEX #F5803C Flamenco

📋 copy color: '#F5803C'

red 245 ◦ green 128 ◦ blue 60

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

Shades of Flamenco #F5803C

Tints of Flamenco #F5803C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.56%

 BLUE value IS 60 (23.83% from 255) = 13.86%

R = 56.58%
G = 29.56%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5803C (or 0xF5803C) is known color: Flamenco. HEX triplet: F5, 80 and 3C. RGB value is (245,128,60). Sum of RGB (Red+Green+Blue) = 245+128+60=433 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.58% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 245 - color contains mainly: red. Hex color #F5803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5803C is #0A7FC3. Grayscale: #9B9B9B. Windows color (decimal): -688068 or 3965173. OLE color: 3965173.

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

Color convert

RGB 245 128 60 -
CMYK 0 0.48 0.76 0.04
HSL 22.05º 0.9% 0.6% -
HSV(B) 22.05º 0.76% 0.96% -
XYZ 46.19 35.18 8.63 -
YUV 155.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 245 128 60 0 0.48 0.76 0.04 22.05 0.9 0.6
Hex F5 80 3C 0 30 4C 4 16 5A 3C
Octal 365 200 74 0 60 114 4 26 132 74
Binary 11110101 10000000 111100 0 110000 1001100 100 10110 1011010 111100

Color Harmonies of #F5803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5803C

Black with #F5803C

Text Example


Text Example

White with #F5803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5803C; }

 p { color: rgb(245,128,60); }

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

background-color css

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

 a { background-color: rgb(245,128,60); }

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

border-color css

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

 span { border-color: rgb(245,128,60); }

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