Html Css Color HEX #F18C4B Flamenco

📋 copy color: '#F18C4B'

red 241 ◦ green 140 ◦ blue 75

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

Shades of Flamenco #F18C4B

Tints of Flamenco #F18C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

 BLUE value IS 75 (29.69% from 255) = 16.45%

R = 52.85%
G = 30.7%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F18C4B (or 0xF18C4B) is known color: Flamenco. HEX triplet: F1, 8C and 4B. RGB value is (241,140,75). Sum of RGB (Red+Green+Blue) = 241+140+75=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C4B is #0E73B4. Grayscale: #A3A3A3. Windows color (decimal): -947125 or 4951281. OLE color: 4951281.

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

Color convert

RGB 241 140 75 -
CMYK 0 0.42 0.69 0.05
HSL 23.49º 0.86% 0.62% -
HSV(B) 23.49º 0.69% 0.95% -
XYZ 46.92 37.96 11.51 -
YUV 162.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 241 140 75 0 0.42 0.69 0.05 23.49 0.86 0.62
Hex F1 8C 4B 0 2A 45 5 17 56 3E
Octal 361 214 113 0 52 105 5 27 126 76
Binary 11110001 10001100 1001011 0 101010 1000101 101 10111 1010110 111110

Color Harmonies of #F18C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C4B

Black with #F18C4B

Text Example


Text Example

White with #F18C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C4B; }

 p { color: rgb(241,140,75); }

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

background-color css

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

 a { background-color: rgb(241,140,75); }

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

border-color css

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

 span { border-color: rgb(241,140,75); }

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