Html Css Color HEX #F28443 Flamenco

📋 copy color: '#F28443'

red 242 ◦ green 132 ◦ blue 67

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

Shades of Flamenco #F28443

Tints of Flamenco #F28443

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.93%

 BLUE value IS 67 (26.56% from 255) = 15.19%

R = 54.88%
G = 29.93%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F28443 (or 0xF28443) is known color: Flamenco. HEX triplet: F2, 84 and 43. RGB value is (242,132,67). Sum of RGB (Red+Green+Blue) = 242+132+67=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 67 (26.56% from 255 or 15.19% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F28443 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28443 is #0D7BBC. Grayscale: #9D9D9D. Windows color (decimal): -883645 or 4424946. OLE color: 4424946.

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

Color convert

RGB 242 132 67 -
CMYK 0 0.45 0.72 0.05
HSL 22.29º 0.87% 0.61% -
HSV(B) 22.29º 0.72% 0.95% -
XYZ 45.88 35.79 9.8 -
YUV 157.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 242 132 67 0 0.45 0.72 0.05 22.29 0.87 0.61
Hex F2 84 43 0 2D 48 5 16 57 3D
Octal 362 204 103 0 55 110 5 26 127 75
Binary 11110010 10000100 1000011 0 101101 1001000 101 10110 1010111 111101

Color Harmonies of #F28443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28443

Black with #F28443

Text Example


Text Example

White with #F28443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28443; }

 p { color: rgb(242,132,67); }

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

background-color css

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

 a { background-color: rgb(242,132,67); }

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

border-color css

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

 span { border-color: rgb(242,132,67); }

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