Html Css Color HEX #F07D46 Flamenco

📋 copy color: '#F07D46'

red 240 ◦ green 125 ◦ blue 70

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

Shades of Flamenco #F07D46

Tints of Flamenco #F07D46

RGB

 RED value IS 240 (94.14% from 255) = 55.17%

 GREEN value IS 125 (49.22% from 255) = 28.74%

 BLUE value IS 70 (27.73% from 255) = 16.09%

R = 55.17%
G = 28.74%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F07D46 (or 0xF07D46) is known color: Flamenco. HEX triplet: F0, 7D and 46. RGB value is (240,125,70). Sum of RGB (Red+Green+Blue) = 240+125+70=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07D46 is #0F82B9. Grayscale: #999999. Windows color (decimal): -1016506 or 4619760. OLE color: 4619760.

HSL color Cylindrical-coordinate representation of color #F07D46: hue angle of 19.41º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F07D46 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 125 70 -
CMYK 0 0.48 0.71 0.06
HSL 19.41º 0.85% 0.61% -
HSV(B) 19.41º 0.71% 0.94% -
XYZ 44.37 33.63 9.95 -
YUV 153.12 81.1 189.97 -
System Red Green Blue C M Y K H S L
Decimal 240 125 70 0 0.48 0.71 0.06 19.41 0.85 0.61
Hex F0 7D 46 0 30 47 6 13 55 3D
Octal 360 175 106 0 60 107 6 23 125 75
Binary 11110000 1111101 1000110 0 110000 1000111 110 10011 1010101 111101

Color Harmonies of #F07D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D46

Black with #F07D46

Text Example


Text Example

White with #F07D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D46; }

 p { color: rgb(240,125,70); }

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

background-color css

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

 a { background-color: rgb(240,125,70); }

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

border-color css

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

 span { border-color: rgb(240,125,70); }

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