Html Css Color HEX #F28742 Flamenco

📋 copy color: '#F28742'

red 242 ◦ green 135 ◦ blue 66

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

Shades of Flamenco #F28742

Tints of Flamenco #F28742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.47%

 BLUE value IS 66 (26.17% from 255) = 14.9%

R = 54.63%
G = 30.47%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F28742 (or 0xF28742) is known color: Flamenco. HEX triplet: F2, 87 and 42. RGB value is (242,135,66). Sum of RGB (Red+Green+Blue) = 242+135+66=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 135 (53.12% from 255 or 30.47% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F28742 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28742 is #0D78BD. Grayscale: #9F9F9F. Windows color (decimal): -882878 or 4360178. OLE color: 4360178.

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

Color convert

RGB 242 135 66 -
CMYK 0 0.44 0.73 0.05
HSL 23.52º 0.87% 0.6% -
HSV(B) 23.52º 0.73% 0.95% -
XYZ 46.27 36.6 9.78 -
YUV 159.13 75.45 187.11 -
System Red Green Blue C M Y K H S L
Decimal 242 135 66 0 0.44 0.73 0.05 23.52 0.87 0.6
Hex F2 87 42 0 2C 49 5 18 57 3C
Octal 362 207 102 0 54 111 5 30 127 74
Binary 11110010 10000111 1000010 0 101100 1001001 101 11000 1010111 111100

Color Harmonies of #F28742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28742

Black with #F28742

Text Example


Text Example

White with #F28742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28742; }

 p { color: rgb(242,135,66); }

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

background-color css

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

 a { background-color: rgb(242,135,66); }

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

border-color css

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

 span { border-color: rgb(242,135,66); }

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