Html Css Color HEX #F28548 Flamenco

📋 copy color: '#F28548'

red 242 ◦ green 133 ◦ blue 72

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

Shades of Flamenco #F28548

Tints of Flamenco #F28548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

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

R = 54.14%
G = 29.75%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28548 (or 0xF28548) is known color: Flamenco. HEX triplet: F2, 85 and 48. RGB value is (242,133,72). Sum of RGB (Red+Green+Blue) = 242+133+72=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F28548 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28548 is #0D7AB7. Grayscale: #9E9E9E. Windows color (decimal): -883384 or 4752882. OLE color: 4752882.

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

Color convert

RGB 242 133 72 -
CMYK 0 0.45 0.70 0.05
HSL 21.53º 0.87% 0.62% -
HSV(B) 21.53º 0.7% 0.95% -
XYZ 46.18 36.12 10.67 -
YUV 158.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 242 133 72 0 0.45 0.70 0.05 21.53 0.87 0.62
Hex F2 85 48 0 2D 46 5 16 57 3E
Octal 362 205 110 0 55 106 5 26 127 76
Binary 11110010 10000101 1001000 0 101101 1000110 101 10110 1010111 111110

Color Harmonies of #F28548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28548

Black with #F28548

Text Example


Text Example

White with #F28548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28548; }

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

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

background-color css

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

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

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

border-color css

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

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

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