Html Css Color HEX #F1823C Flamenco

📋 copy color: '#F1823C'

red 241 ◦ green 130 ◦ blue 60

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

Shades of Flamenco #F1823C

Tints of Flamenco #F1823C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 55.92%
G = 30.16%
B = 13.92%

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

#F1823C (or 0xF1823C) is known color: Flamenco. HEX triplet: F1, 82 and 3C. RGB value is (241,130,60). Sum of RGB (Red+Green+Blue) = 241+130+60=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F1823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1823C is #0E7DC3. Grayscale: #9B9B9B. Windows color (decimal): -949700 or 3965681. OLE color: 3965681.

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

Color convert

RGB 241 130 60 -
CMYK 0 0.46 0.75 0.05
HSL 23.2º 0.87% 0.59% -
HSV(B) 23.2º 0.75% 0.95% -
XYZ 45.07 34.99 8.65 -
YUV 155.21 74.27 189.19 -
System Red Green Blue C M Y K H S L
Decimal 241 130 60 0 0.46 0.75 0.05 23.2 0.87 0.59
Hex F1 82 3C 0 2E 4B 5 17 57 3B
Octal 361 202 74 0 56 113 5 27 127 73
Binary 11110001 10000010 111100 0 101110 1001011 101 10111 1010111 111011

Color Harmonies of #F1823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1823C

Black with #F1823C

Text Example


Text Example

White with #F1823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1823C; }

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

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

background-color css

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

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

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

border-color css

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

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

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