Html Css Color HEX #F28B48 Flamenco

📋 copy color: '#F28B48'

red 242 ◦ green 139 ◦ blue 72

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

Shades of Flamenco #F28B48

Tints of Flamenco #F28B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.68%

 BLUE value IS 72 (28.52% from 255) = 15.89%

R = 53.42%
G = 30.68%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28B48 (or 0xF28B48) is known color: Flamenco. HEX triplet: F2, 8B and 48. RGB value is (242,139,72). Sum of RGB (Red+Green+Blue) = 242+139+72=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 72 (28.52% from 255 or 15.89% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B48 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28B48 is #0D74B7. Grayscale: #A2A2A2. Windows color (decimal): -881848 or 4754418. OLE color: 4754418.

HSL color Cylindrical-coordinate representation of color #F28B48: hue angle of 23.65º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F28B48 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 139 72 -
CMYK 0 0.43 0.70 0.05
HSL 23.65º 0.87% 0.62% -
HSV(B) 23.65º 0.7% 0.95% -
XYZ 47.02 37.81 10.95 -
YUV 162.16 77.12 184.95 -
System Red Green Blue C M Y K H S L
Decimal 242 139 72 0 0.43 0.70 0.05 23.65 0.87 0.62
Hex F2 8B 48 0 2B 46 5 18 57 3E
Octal 362 213 110 0 53 106 5 30 127 76
Binary 11110010 10001011 1001000 0 101011 1000110 101 11000 1010111 111110

Color Harmonies of #F28B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B48

Black with #F28B48

Text Example


Text Example

White with #F28B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B48; }

 p { color: rgb(242,139,72); }

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

background-color css

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

 a { background-color: rgb(242,139,72); }

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

border-color css

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

 span { border-color: rgb(242,139,72); }

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