Html Css Color HEX #F28C46 Flamenco

📋 copy color: '#F28C46'

red 242 ◦ green 140 ◦ blue 70

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

Shades of Flamenco #F28C46

Tints of Flamenco #F28C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 53.54%
G = 30.97%
B = 15.49%

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

#F28C46 (or 0xF28C46) is known color: Flamenco. HEX triplet: F2, 8C and 46. RGB value is (242,140,70). Sum of RGB (Red+Green+Blue) = 242+140+70=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C46 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C46 is #0D73B9. Grayscale: #A2A2A2. Windows color (decimal): -881594 or 4623602. OLE color: 4623602.

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

Color convert

RGB 242 140 70 -
CMYK 0 0.42 0.71 0.05
HSL 24.42º 0.87% 0.61% -
HSV(B) 24.42º 0.71% 0.95% -
XYZ 47.1 38.08 10.66 -
YUV 162.52 75.79 184.69 -
System Red Green Blue C M Y K H S L
Decimal 242 140 70 0 0.42 0.71 0.05 24.42 0.87 0.61
Hex F2 8C 46 0 2A 47 5 18 57 3D
Octal 362 214 106 0 52 107 5 30 127 75
Binary 11110010 10001100 1000110 0 101010 1000111 101 11000 1010111 111101

Color Harmonies of #F28C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C46

Black with #F28C46

Text Example


Text Example

White with #F28C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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