Html Css Color HEX #F5803F Flamenco

📋 copy color: '#F5803F'

red 245 ◦ green 128 ◦ blue 63

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

Shades of Flamenco #F5803F

Tints of Flamenco #F5803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.45%

R = 56.19%
G = 29.36%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5803F (or 0xF5803F) is known color: Flamenco. HEX triplet: F5, 80 and 3F. RGB value is (245,128,63). Sum of RGB (Red+Green+Blue) = 245+128+63=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5803F is #0A7FC0. Grayscale: #9B9B9B. Windows color (decimal): -688065 or 4161781. OLE color: 4161781.

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

Color convert

RGB 245 128 63 -
CMYK 0 0.48 0.74 0.04
HSL 21.43º 0.9% 0.6% -
HSV(B) 21.43º 0.74% 0.96% -
XYZ 46.27 35.21 9.06 -
YUV 155.57 75.76 191.79 -
System Red Green Blue C M Y K H S L
Decimal 245 128 63 0 0.48 0.74 0.04 21.43 0.9 0.6
Hex F5 80 3F 0 30 4A 4 15 5A 3C
Octal 365 200 77 0 60 112 4 25 132 74
Binary 11110101 10000000 111111 0 110000 1001010 100 10101 1011010 111100

Color Harmonies of #F5803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5803F

Black with #F5803F

Text Example


Text Example

White with #F5803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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