Html Css Color HEX #F28C47 Flamenco

📋 copy color: '#F28C47'

red 242 ◦ green 140 ◦ blue 71

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

Shades of Flamenco #F28C47

Tints of Flamenco #F28C47

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.91%

 BLUE value IS 71 (28.13% from 255) = 15.67%

R = 53.42%
G = 30.91%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F28C47 (or 0xF28C47) is known color: Flamenco. HEX triplet: F2, 8C and 47. RGB value is (242,140,71). Sum of RGB (Red+Green+Blue) = 242+140+71=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 71 (28.12% from 255 or 15.67% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C47 is #0D73B8. Grayscale: #A3A3A3. Windows color (decimal): -881593 or 4689138. OLE color: 4689138.

HSL color Cylindrical-coordinate representation of color #F28C47: hue angle of 24.21º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F28C47 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 140 71 -
CMYK 0 0.42 0.71 0.05
HSL 24.21º 0.87% 0.61% -
HSV(B) 24.21º 0.71% 0.95% -
XYZ 47.13 38.09 10.83 -
YUV 162.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 242 140 71 0 0.42 0.71 0.05 24.21 0.87 0.61
Hex F2 8C 47 0 2A 47 5 18 57 3D
Octal 362 214 107 0 52 107 5 30 127 75
Binary 11110010 10001100 1000111 0 101010 1000111 101 11000 1010111 111101

Color Harmonies of #F28C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C47

Black with #F28C47

Text Example


Text Example

White with #F28C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C47; }

 p { color: rgb(242,140,71); }

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

background-color css

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

 a { background-color: rgb(242,140,71); }

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

border-color css

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

 span { border-color: rgb(242,140,71); }

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