Html Css Color HEX #F1833F Flamenco

📋 copy color: '#F1833F'

red 241 ◦ green 131 ◦ blue 63

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

Shades of Flamenco #F1833F

Tints of Flamenco #F1833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

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

R = 55.4%
G = 30.11%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1833F (or 0xF1833F) is known color: Flamenco. HEX triplet: F1, 83 and 3F. RGB value is (241,131,63). Sum of RGB (Red+Green+Blue) = 241+131+63=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1833F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1833F is #0E7CC0. Grayscale: #9C9C9C. Windows color (decimal): -949441 or 4162545. OLE color: 4162545.

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

Color convert

RGB 241 131 63 -
CMYK 0 0.46 0.74 0.05
HSL 22.92º 0.86% 0.6% -
HSV(B) 22.92º 0.74% 0.95% -
XYZ 45.29 35.29 9.13 -
YUV 156.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 241 131 63 0 0.46 0.74 0.05 22.92 0.86 0.6
Hex F1 83 3F 0 2E 4A 5 17 56 3C
Octal 361 203 77 0 56 112 5 27 126 74
Binary 11110001 10000011 111111 0 101110 1001010 101 10111 1010110 111100

Color Harmonies of #F1833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1833F

Black with #F1833F

Text Example


Text Example

White with #F1833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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