Html Css Color HEX #F48345 Flamenco

📋 copy color: '#F48345'

red 244 ◦ green 131 ◦ blue 69

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

Shades of Flamenco #F48345

Tints of Flamenco #F48345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

 BLUE value IS 69 (27.34% from 255) = 15.54%

R = 54.95%
G = 29.5%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F48345 (or 0xF48345) is known color: Flamenco. HEX triplet: F4, 83 and 45. RGB value is (244,131,69). Sum of RGB (Red+Green+Blue) = 244+131+69=444 (58% of max value = 765). Red value is 244 (95.70% from 255 or 54.95% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 244 - color contains mainly: red. Hex color #F48345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48345 is #0B7CBA. Grayscale: #9E9E9E. Windows color (decimal): -752827 or 4555764. OLE color: 4555764.

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

Color convert

RGB 244 131 69 -
CMYK 0 0.46 0.72 0.04
HSL 21.26º 0.89% 0.61% -
HSV(B) 21.26º 0.72% 0.96% -
XYZ 46.5 35.9 10.11 -
YUV 157.72 77.94 189.54 -
System Red Green Blue C M Y K H S L
Decimal 244 131 69 0 0.46 0.72 0.04 21.26 0.89 0.61
Hex F4 83 45 0 2E 48 4 15 59 3D
Octal 364 203 105 0 56 110 4 25 131 75
Binary 11110100 10000011 1000101 0 101110 1001000 100 10101 1011001 111101

Color Harmonies of #F48345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48345

Black with #F48345

Text Example


Text Example

White with #F48345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48345; }

 p { color: rgb(244,131,69); }

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

background-color css

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

 a { background-color: rgb(244,131,69); }

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

border-color css

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

 span { border-color: rgb(244,131,69); }

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