Html Css Color HEX #F27E40 Flamenco

📋 copy color: '#F27E40'

red 242 ◦ green 126 ◦ blue 64

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

Shades of Flamenco #F27E40

Tints of Flamenco #F27E40

RGB

 RED value IS 242 (94.92% from 255) = 56.02%

 GREEN value IS 126 (49.61% from 255) = 29.17%

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

R = 56.02%
G = 29.17%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F27E40 (or 0xF27E40) is known color: Flamenco. HEX triplet: F2, 7E and 40. RGB value is (242,126,64). Sum of RGB (Red+Green+Blue) = 242+126+64=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27E40 is #0D81BF. Grayscale: #999999. Windows color (decimal): -885184 or 4226802. OLE color: 4226802.

HSL color Cylindrical-coordinate representation of color #F27E40: hue angle of 20.9º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F27E40 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 126 64 -
CMYK 0 0.48 0.74 0.05
HSL 20.9º 0.87% 0.6% -
HSV(B) 20.9º 0.74% 0.95% -
XYZ 45 34.17 9.07 -
YUV 153.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 242 126 64 0 0.48 0.74 0.05 20.9 0.87 0.6
Hex F2 7E 40 0 30 4A 5 15 57 3C
Octal 362 176 100 0 60 112 5 25 127 74
Binary 11110010 1111110 1000000 0 110000 1001010 101 10101 1010111 111100

Color Harmonies of #F27E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27E40

Black with #F27E40

Text Example


Text Example

White with #F27E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27E40; }

 p { color: rgb(242,126,64); }

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

background-color css

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

 a { background-color: rgb(242,126,64); }

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

border-color css

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

 span { border-color: rgb(242,126,64); }

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