Html Css Color HEX #F27F3F Flamenco

📋 copy color: '#F27F3F'

red 242 ◦ green 127 ◦ blue 63

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

Shades of Flamenco #F27F3F

Tints of Flamenco #F27F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 29.4%

 BLUE value IS 63 (25% from 255) = 14.58%

R = 56.02%
G = 29.4%
B = 14.58%

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

#F27F3F (or 0xF27F3F) is known color: Flamenco. HEX triplet: F2, 7F and 3F. RGB value is (242,127,63). Sum of RGB (Red+Green+Blue) = 242+127+63=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27F3F is #0D80C0. Grayscale: #9A9A9A. Windows color (decimal): -884929 or 4161522. OLE color: 4161522.

HSL color Cylindrical-coordinate representation of color #F27F3F: hue angle of 21.45º 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 #F27F3F is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 127 63 -
CMYK 0 0.48 0.74 0.05
HSL 21.45º 0.87% 0.6% -
HSV(B) 21.45º 0.74% 0.95% -
XYZ 45.1 34.41 8.97 -
YUV 154.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 242 127 63 0 0.48 0.74 0.05 21.45 0.87 0.6
Hex F2 7F 3F 0 30 4A 5 15 57 3C
Octal 362 177 77 0 60 112 5 25 127 74
Binary 11110010 1111111 111111 0 110000 1001010 101 10101 1010111 111100

Color Harmonies of #F27F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F3F

Black with #F27F3F

Text Example


Text Example

White with #F27F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F3F; }

 p { color: rgb(242,127,63); }

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

background-color css

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

 a { background-color: rgb(242,127,63); }

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

border-color css

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

 span { border-color: rgb(242,127,63); }

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