Html Css Color HEX #F28248 Flamenco

📋 copy color: '#F28248'

red 242 ◦ green 130 ◦ blue 72

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

Shades of Flamenco #F28248

Tints of Flamenco #F28248

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

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

R = 54.5%
G = 29.28%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28248 (or 0xF28248) is known color: Flamenco. HEX triplet: F2, 82 and 48. RGB value is (242,130,72). Sum of RGB (Red+Green+Blue) = 242+130+72=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F28248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28248 is #0D7DB7. Grayscale: #9D9D9D. Windows color (decimal): -884152 or 4752114. OLE color: 4752114.

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

Color convert

RGB 242 130 72 -
CMYK 0 0.46 0.70 0.05
HSL 20.47º 0.87% 0.62% -
HSV(B) 20.47º 0.7% 0.95% -
XYZ 45.77 35.31 10.53 -
YUV 156.88 80.11 188.72 -
System Red Green Blue C M Y K H S L
Decimal 242 130 72 0 0.46 0.70 0.05 20.47 0.87 0.62
Hex F2 82 48 0 2E 46 5 14 57 3E
Octal 362 202 110 0 56 106 5 24 127 76
Binary 11110010 10000010 1001000 0 101110 1000110 101 10100 1010111 111110

Color Harmonies of #F28248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28248

Black with #F28248

Text Example


Text Example

White with #F28248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28248; }

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

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

background-color css

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

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

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

border-color css

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

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

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