Html Css Color HEX #F48144 Flamenco

📋 copy color: '#F48144'

red 244 ◦ green 129 ◦ blue 68

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

Shades of Flamenco #F48144

Tints of Flamenco #F48144

RGB

 RED value IS 244 (95.7% from 255) = 55.33%

 GREEN value IS 129 (50.78% from 255) = 29.25%

 BLUE value IS 68 (26.95% from 255) = 15.42%

R = 55.33%
G = 29.25%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F48144 (or 0xF48144) is known color: Flamenco. HEX triplet: F4, 81 and 44. RGB value is (244,129,68). Sum of RGB (Red+Green+Blue) = 244+129+68=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F48144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48144 is #0B7EBB. Grayscale: #9C9C9C. Windows color (decimal): -753340 or 4489716. OLE color: 4489716.

HSL color Cylindrical-coordinate representation of color #F48144: hue angle of 20.8º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F48144 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 129 68 -
CMYK 0 0.47 0.72 0.04
HSL 20.8º 0.89% 0.61% -
HSV(B) 20.8º 0.72% 0.96% -
XYZ 46.2 35.35 9.86 -
YUV 156.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 244 129 68 0 0.47 0.72 0.04 20.8 0.89 0.61
Hex F4 81 44 0 2F 48 4 15 59 3D
Octal 364 201 104 0 57 110 4 25 131 75
Binary 11110100 10000001 1000100 0 101111 1001000 100 10101 1011001 111101

Color Harmonies of #F48144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48144

Black with #F48144

Text Example


Text Example

White with #F48144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48144; }

 p { color: rgb(244,129,68); }

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

background-color css

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

 a { background-color: rgb(244,129,68); }

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

border-color css

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

 span { border-color: rgb(244,129,68); }

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