Html Css Color HEX #F1853F Flamenco

📋 copy color: '#F1853F'

red 241 ◦ green 133 ◦ blue 63

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

Shades of Flamenco #F1853F

Tints of Flamenco #F1853F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

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

R = 55.15%
G = 30.43%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1853F (or 0xF1853F) is known color: Flamenco. HEX triplet: F1, 85 and 3F. RGB value is (241,133,63). Sum of RGB (Red+Green+Blue) = 241+133+63=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1853F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1853F is #0E7AC0. Grayscale: #9D9D9D. Windows color (decimal): -948929 or 4163057. OLE color: 4163057.

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

Color convert

RGB 241 133 63 -
CMYK 0 0.45 0.74 0.05
HSL 23.6º 0.86% 0.6% -
HSV(B) 23.6º 0.74% 0.95% -
XYZ 45.56 35.83 9.22 -
YUV 157.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 241 133 63 0 0.45 0.74 0.05 23.6 0.86 0.6
Hex F1 85 3F 0 2D 4A 5 18 56 3C
Octal 361 205 77 0 55 112 5 30 126 74
Binary 11110001 10000101 111111 0 101101 1001010 101 11000 1010110 111100

Color Harmonies of #F1853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1853F

Black with #F1853F

Text Example


Text Example

White with #F1853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1853F; }

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

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

background-color css

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

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

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

border-color css

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

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

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