Html Css Color HEX #F28146 Flamenco

📋 copy color: '#F28146'

red 242 ◦ green 129 ◦ blue 70

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

Shades of Flamenco #F28146

Tints of Flamenco #F28146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

 BLUE value IS 70 (27.73% from 255) = 15.87%

R = 54.88%
G = 29.25%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28146 (or 0xF28146) is known color: Flamenco. HEX triplet: F2, 81 and 46. RGB value is (242,129,70). Sum of RGB (Red+Green+Blue) = 242+129+70=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 70 (27.73% from 255 or 15.87% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F28146 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28146 is #0D7EB9. Grayscale: #9C9C9C. Windows color (decimal): -884410 or 4620786. OLE color: 4620786.

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

Color convert

RGB 242 129 70 -
CMYK 0 0.47 0.71 0.05
HSL 20.58º 0.87% 0.61% -
HSV(B) 20.58º 0.71% 0.95% -
XYZ 45.57 35.02 10.15 -
YUV 156.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 242 129 70 0 0.47 0.71 0.05 20.58 0.87 0.61
Hex F2 81 46 0 2F 47 5 15 57 3D
Octal 362 201 106 0 57 107 5 25 127 75
Binary 11110010 10000001 1000110 0 101111 1000111 101 10101 1010111 111101

Color Harmonies of #F28146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28146

Black with #F28146

Text Example


Text Example

White with #F28146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28146; }

 p { color: rgb(242,129,70); }

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

background-color css

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

 a { background-color: rgb(242,129,70); }

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

border-color css

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

 span { border-color: rgb(242,129,70); }

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