Html Css Color HEX #F28748 Flamenco

📋 copy color: '#F28748'

red 242 ◦ green 135 ◦ blue 72

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

Shades of Flamenco #F28748

Tints of Flamenco #F28748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 53.9%
G = 30.07%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F28748 (or 0xF28748) is known color: Flamenco. HEX triplet: F2, 87 and 48. RGB value is (242,135,72). Sum of RGB (Red+Green+Blue) = 242+135+72=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F28748 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28748 is #0D78B7. Grayscale: #A0A0A0. Windows color (decimal): -882872 or 4753394. OLE color: 4753394.

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

Color convert

RGB 242 135 72 -
CMYK 0 0.44 0.70 0.05
HSL 22.24º 0.87% 0.62% -
HSV(B) 22.24º 0.7% 0.95% -
XYZ 46.45 36.67 10.76 -
YUV 159.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 242 135 72 0 0.44 0.70 0.05 22.24 0.87 0.62
Hex F2 87 48 0 2C 46 5 16 57 3E
Octal 362 207 110 0 54 106 5 26 127 76
Binary 11110010 10000111 1001000 0 101100 1000110 101 10110 1010111 111110

Color Harmonies of #F28748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28748

Black with #F28748

Text Example


Text Example

White with #F28748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28748; }

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

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

background-color css

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

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

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

border-color css

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

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

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