Html Css Color HEX #F28046 Flamenco

📋 copy color: '#F28046'

red 242 ◦ green 128 ◦ blue 70

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

Shades of Flamenco #F28046

Tints of Flamenco #F28046

RGB

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

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

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

R = 55%
G = 29.09%
B = 15.91%

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

#F28046 (or 0xF28046) is known color: Flamenco. HEX triplet: F2, 80 and 46. RGB value is (242,128,70). Sum of RGB (Red+Green+Blue) = 242+128+70=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 70 (27.73% from 255 or 15.91% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F28046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28046 is #0D7FB9. Grayscale: #9B9B9B. Windows color (decimal): -884666 or 4620530. OLE color: 4620530.

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

Color convert

RGB 242 128 70 -
CMYK 0 0.47 0.71 0.05
HSL 20.23º 0.87% 0.61% -
HSV(B) 20.23º 0.71% 0.95% -
XYZ 45.44 34.76 10.11 -
YUV 155.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 242 128 70 0 0.47 0.71 0.05 20.23 0.87 0.61
Hex F2 80 46 0 2F 47 5 14 57 3D
Octal 362 200 106 0 57 107 5 24 127 75
Binary 11110010 10000000 1000110 0 101111 1000111 101 10100 1010111 111101

Color Harmonies of #F28046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28046

Black with #F28046

Text Example


Text Example

White with #F28046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28046; }

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

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

background-color css

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

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

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

border-color css

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

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

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