Html Css Color HEX #F1803F Flamenco

📋 copy color: '#F1803F'

red 241 ◦ green 128 ◦ blue 63

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

Shades of Flamenco #F1803F

Tints of Flamenco #F1803F

RGB

 RED value IS 241 (94.53% from 255) = 55.79%

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

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

R = 55.79%
G = 29.63%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1803F (or 0xF1803F) is known color: Flamenco. HEX triplet: F1, 80 and 3F. RGB value is (241,128,63). Sum of RGB (Red+Green+Blue) = 241+128+63=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1803F is #0E7FC0. Grayscale: #9A9A9A. Windows color (decimal): -950209 or 4161777. OLE color: 4161777.

HSL color Cylindrical-coordinate representation of color #F1803F: hue angle of 21.91º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F1803F is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 128 63 -
CMYK 0 0.47 0.74 0.05
HSL 21.91º 0.86% 0.6% -
HSV(B) 21.91º 0.74% 0.95% -
XYZ 44.89 34.5 9 -
YUV 154.38 76.44 189.79 -
System Red Green Blue C M Y K H S L
Decimal 241 128 63 0 0.47 0.74 0.05 21.91 0.86 0.6
Hex F1 80 3F 0 2F 4A 5 16 56 3C
Octal 361 200 77 0 57 112 5 26 126 74
Binary 11110001 10000000 111111 0 101111 1001010 101 10110 1010110 111100

Color Harmonies of #F1803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1803F

Black with #F1803F

Text Example


Text Example

White with #F1803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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