Html Css Color HEX #F1823D Flamenco

📋 copy color: '#F1823D'

red 241 ◦ green 130 ◦ blue 61

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

Shades of Flamenco #F1823D

Tints of Flamenco #F1823D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

 BLUE value IS 61 (24.22% from 255) = 14.12%

R = 55.79%
G = 30.09%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1823D (or 0xF1823D) is known color: Flamenco. HEX triplet: F1, 82 and 3D. RGB value is (241,130,61). Sum of RGB (Red+Green+Blue) = 241+130+61=432 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.79% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 241 - color contains mainly: red. Hex color #F1823D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1823D is #0E7DC2. Grayscale: #9B9B9B. Windows color (decimal): -949699 or 4031217. OLE color: 4031217.

HSL color Cylindrical-coordinate representation of color #F1823D: hue angle of 23º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F1823D is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 130 61 -
CMYK 0 0.46 0.75 0.05
HSL 23º 0.87% 0.59% -
HSV(B) 23º 0.75% 0.95% -
XYZ 45.1 35 8.79 -
YUV 155.32 74.77 189.11 -
System Red Green Blue C M Y K H S L
Decimal 241 130 61 0 0.46 0.75 0.05 23 0.87 0.59
Hex F1 82 3D 0 2E 4B 5 17 57 3B
Octal 361 202 75 0 56 113 5 27 127 73
Binary 11110001 10000010 111101 0 101110 1001011 101 10111 1010111 111011

Color Harmonies of #F1823D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1823D

Black with #F1823D

Text Example


Text Example

White with #F1823D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1823D; }

 p { color: rgb(241,130,61); }

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

background-color css

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

 a { background-color: rgb(241,130,61); }

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

border-color css

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

 span { border-color: rgb(241,130,61); }

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