Html Css Color HEX #F28044 Flamenco

📋 copy color: '#F28044'

red 242 ◦ green 128 ◦ blue 68

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

Shades of Flamenco #F28044

Tints of Flamenco #F28044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

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

R = 55.25%
G = 29.22%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F28044 (or 0xF28044) is known color: Flamenco. HEX triplet: F2, 80 and 44. RGB value is (242,128,68). Sum of RGB (Red+Green+Blue) = 242+128+68=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F28044 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28044 is #0D7FBB. Grayscale: #9B9B9B. Windows color (decimal): -884668 or 4489458. OLE color: 4489458.

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

Color convert

RGB 242 128 68 -
CMYK 0 0.47 0.72 0.05
HSL 20.69º 0.87% 0.61% -
HSV(B) 20.69º 0.72% 0.95% -
XYZ 45.38 34.73 9.78 -
YUV 155.25 78.77 189.88 -
System Red Green Blue C M Y K H S L
Decimal 242 128 68 0 0.47 0.72 0.05 20.69 0.87 0.61
Hex F2 80 44 0 2F 48 5 15 57 3D
Octal 362 200 104 0 57 110 5 25 127 75
Binary 11110010 10000000 1000100 0 101111 1001000 101 10101 1010111 111101

Color Harmonies of #F28044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28044

Black with #F28044

Text Example


Text Example

White with #F28044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28044; }

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

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

background-color css

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

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

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

border-color css

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

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

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