Html Css Color HEX #F28846 Flamenco

📋 copy color: '#F28846'

red 242 ◦ green 136 ◦ blue 70

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

Shades of Flamenco #F28846

Tints of Flamenco #F28846

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.36%

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

R = 54.02%
G = 30.36%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28846 (or 0xF28846) is known color: Flamenco. HEX triplet: F2, 88 and 46. RGB value is (242,136,70). Sum of RGB (Red+Green+Blue) = 242+136+70=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 70 (27.73% from 255 or 15.62% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F28846 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28846 is #0D77B9. Grayscale: #A0A0A0. Windows color (decimal): -882618 or 4622578. OLE color: 4622578.

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

Color convert

RGB 242 136 70 -
CMYK 0 0.44 0.71 0.05
HSL 23.02º 0.87% 0.61% -
HSV(B) 23.02º 0.71% 0.95% -
XYZ 46.53 36.93 10.47 -
YUV 160.17 77.12 186.37 -
System Red Green Blue C M Y K H S L
Decimal 242 136 70 0 0.44 0.71 0.05 23.02 0.87 0.61
Hex F2 88 46 0 2C 47 5 17 57 3D
Octal 362 210 106 0 54 107 5 27 127 75
Binary 11110010 10001000 1000110 0 101100 1000111 101 10111 1010111 111101

Color Harmonies of #F28846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28846

Black with #F28846

Text Example


Text Example

White with #F28846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28846; }

 p { color: rgb(242,136,70); }

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

background-color css

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

 a { background-color: rgb(242,136,70); }

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

border-color css

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

 span { border-color: rgb(242,136,70); }

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