Html Css Color HEX #F48440 Flamenco

📋 copy color: '#F48440'

red 244 ◦ green 132 ◦ blue 64

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

Shades of Flamenco #F48440

Tints of Flamenco #F48440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30%

 BLUE value IS 64 (25.39% from 255) = 14.55%

R = 55.45%
G = 30%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F48440 (or 0xF48440) is known color: Flamenco. HEX triplet: F4, 84 and 40. RGB value is (244,132,64). Sum of RGB (Red+Green+Blue) = 244+132+64=440 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.45% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 244 - color contains mainly: red. Hex color #F48440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48440 is #0B7BBF. Grayscale: #9E9E9E. Windows color (decimal): -752576 or 4228340. OLE color: 4228340.

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

Color convert

RGB 244 132 64 -
CMYK 0 0.46 0.74 0.04
HSL 22.67º 0.89% 0.6% -
HSV(B) 22.67º 0.74% 0.96% -
XYZ 46.48 36.11 9.37 -
YUV 157.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 244 132 64 0 0.46 0.74 0.04 22.67 0.89 0.6
Hex F4 84 40 0 2E 4A 4 17 59 3C
Octal 364 204 100 0 56 112 4 27 131 74
Binary 11110100 10000100 1000000 0 101110 1001010 100 10111 1011001 111100

Color Harmonies of #F48440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48440

Black with #F48440

Text Example


Text Example

White with #F48440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48440; }

 p { color: rgb(244,132,64); }

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

background-color css

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

 a { background-color: rgb(244,132,64); }

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

border-color css

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

 span { border-color: rgb(244,132,64); }

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