Html Css Color HEX #F28840 Flamenco

📋 copy color: '#F28840'

red 242 ◦ green 136 ◦ blue 64

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

Shades of Flamenco #F28840

Tints of Flamenco #F28840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.48%

R = 54.75%
G = 30.77%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F28840 (or 0xF28840) is known color: Flamenco. HEX triplet: F2, 88 and 40. RGB value is (242,136,64). Sum of RGB (Red+Green+Blue) = 242+136+64=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F28840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28840 is #0D77BF. Grayscale: #9F9F9F. Windows color (decimal): -882624 or 4229362. OLE color: 4229362.

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

Color convert

RGB 242 136 64 -
CMYK 0 0.44 0.74 0.05
HSL 24.27º 0.87% 0.6% -
HSV(B) 24.27º 0.74% 0.95% -
XYZ 46.35 36.86 9.52 -
YUV 159.49 74.12 186.85 -
System Red Green Blue C M Y K H S L
Decimal 242 136 64 0 0.44 0.74 0.05 24.27 0.87 0.6
Hex F2 88 40 0 2C 4A 5 18 57 3C
Octal 362 210 100 0 54 112 5 30 127 74
Binary 11110010 10001000 1000000 0 101100 1001010 101 11000 1010111 111100

Color Harmonies of #F28840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28840

Black with #F28840

Text Example


Text Example

White with #F28840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28840; }

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

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

background-color css

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

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

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

border-color css

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

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

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