Html Css Color HEX #F28844 Flamenco

📋 copy color: '#F28844'

red 242 ◦ green 136 ◦ blue 68

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

Shades of Flamenco #F28844

Tints of Flamenco #F28844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.25%

R = 54.26%
G = 30.49%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F28844 (or 0xF28844) is known color: Flamenco. HEX triplet: F2, 88 and 44. RGB value is (242,136,68). Sum of RGB (Red+Green+Blue) = 242+136+68=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F28844 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28844 is #0D77BB. Grayscale: #A0A0A0. Windows color (decimal): -882620 or 4491506. OLE color: 4491506.

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

Color convert

RGB 242 136 68 -
CMYK 0 0.44 0.72 0.05
HSL 23.45º 0.87% 0.61% -
HSV(B) 23.45º 0.72% 0.95% -
XYZ 46.47 36.9 10.14 -
YUV 159.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 242 136 68 0 0.44 0.72 0.05 23.45 0.87 0.61
Hex F2 88 44 0 2C 48 5 17 57 3D
Octal 362 210 104 0 54 110 5 27 127 75
Binary 11110010 10001000 1000100 0 101100 1001000 101 10111 1010111 111101

Color Harmonies of #F28844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28844

Black with #F28844

Text Example


Text Example

White with #F28844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28844; }

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

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

background-color css

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

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

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

border-color css

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

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

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