Html Css Color HEX #F28944 Flamenco

📋 copy color: '#F28944'

red 242 ◦ green 137 ◦ blue 68

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

Shades of Flamenco #F28944

Tints of Flamenco #F28944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

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

R = 54.14%
G = 30.65%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F28944 (or 0xF28944) is known color: Flamenco. HEX triplet: F2, 89 and 44. RGB value is (242,137,68). Sum of RGB (Red+Green+Blue) = 242+137+68=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F28944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28944 is #0D76BB. Grayscale: #A0A0A0. Windows color (decimal): -882364 or 4491762. OLE color: 4491762.

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

Color convert

RGB 242 137 68 -
CMYK 0 0.43 0.72 0.05
HSL 23.79º 0.87% 0.61% -
HSV(B) 23.79º 0.72% 0.95% -
XYZ 46.61 37.19 10.19 -
YUV 160.53 75.79 186.11 -
System Red Green Blue C M Y K H S L
Decimal 242 137 68 0 0.43 0.72 0.05 23.79 0.87 0.61
Hex F2 89 44 0 2B 48 5 18 57 3D
Octal 362 211 104 0 53 110 5 30 127 75
Binary 11110010 10001001 1000100 0 101011 1001000 101 11000 1010111 111101

Color Harmonies of #F28944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28944

Black with #F28944

Text Example


Text Example

White with #F28944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28944; }

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

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

background-color css

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

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

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

border-color css

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

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

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