Html Css Color HEX #F28C4A Flamenco

📋 copy color: '#F28C4A'

red 242 ◦ green 140 ◦ blue 74

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

Shades of Flamenco #F28C4A

Tints of Flamenco #F28C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.23%

R = 53.07%
G = 30.7%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F28C4A (or 0xF28C4A) is known color: Flamenco. HEX triplet: F2, 8C and 4A. RGB value is (242,140,74). Sum of RGB (Red+Green+Blue) = 242+140+74=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 74 (29.30% from 255 or 16.23% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28C4A is #0D73B5. Grayscale: #A3A3A3. Windows color (decimal): -881590 or 4885746. OLE color: 4885746.

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

Color convert

RGB 242 140 74 -
CMYK 0 0.42 0.69 0.05
HSL 23.57º 0.87% 0.62% -
HSV(B) 23.57º 0.69% 0.95% -
XYZ 47.23 38.13 11.35 -
YUV 162.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 242 140 74 0 0.42 0.69 0.05 23.57 0.87 0.62
Hex F2 8C 4A 0 2A 45 5 18 57 3E
Octal 362 214 112 0 52 105 5 30 127 76
Binary 11110010 10001100 1001010 0 101010 1000101 101 11000 1010111 111110

Color Harmonies of #F28C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C4A

Black with #F28C4A

Text Example


Text Example

White with #F28C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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