Html Css Color HEX #F28948 Flamenco

📋 copy color: '#F28948'

red 242 ◦ green 137 ◦ blue 72

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

Shades of Flamenco #F28948

Tints of Flamenco #F28948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

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

R = 53.66%
G = 30.38%
B = 15.96%

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

#F28948 (or 0xF28948) is known color: Flamenco. HEX triplet: F2, 89 and 48. RGB value is (242,137,72). Sum of RGB (Red+Green+Blue) = 242+137+72=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F28948 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28948 is #0D76B7. Grayscale: #A1A1A1. Windows color (decimal): -882360 or 4753906. OLE color: 4753906.

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

Color convert

RGB 242 137 72 -
CMYK 0 0.43 0.70 0.05
HSL 22.94º 0.87% 0.62% -
HSV(B) 22.94º 0.7% 0.95% -
XYZ 46.73 37.24 10.86 -
YUV 160.99 77.79 185.79 -
System Red Green Blue C M Y K H S L
Decimal 242 137 72 0 0.43 0.70 0.05 22.94 0.87 0.62
Hex F2 89 48 0 2B 46 5 17 57 3E
Octal 362 211 110 0 53 106 5 27 127 76
Binary 11110010 10001001 1001000 0 101011 1000110 101 10111 1010111 111110

Color Harmonies of #F28948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28948

Black with #F28948

Text Example


Text Example

White with #F28948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28948; }

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

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

background-color css

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

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

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

border-color css

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

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

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