Html Css Color HEX #F28842 Flamenco

📋 copy color: '#F28842'

red 242 ◦ green 136 ◦ blue 66

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

Shades of Flamenco #F28842

Tints of Flamenco #F28842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 54.5%
G = 30.63%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F28842 (or 0xF28842) is known color: Flamenco. HEX triplet: F2, 88 and 42. RGB value is (242,136,66). Sum of RGB (Red+Green+Blue) = 242+136+66=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F28842 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28842 is #0D77BD. Grayscale: #A0A0A0. Windows color (decimal): -882622 or 4360434. OLE color: 4360434.

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

Color convert

RGB 242 136 66 -
CMYK 0 0.44 0.73 0.05
HSL 23.86º 0.87% 0.6% -
HSV(B) 23.86º 0.73% 0.95% -
XYZ 46.41 36.88 9.83 -
YUV 159.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 242 136 66 0 0.44 0.73 0.05 23.86 0.87 0.6
Hex F2 88 42 0 2C 49 5 18 57 3C
Octal 362 210 102 0 54 111 5 30 127 74
Binary 11110010 10001000 1000010 0 101100 1001001 101 11000 1010111 111100

Color Harmonies of #F28842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28842

Black with #F28842

Text Example


Text Example

White with #F28842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28842; }

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

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

background-color css

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

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

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

border-color css

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

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

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