Html Css Color HEX #F28B43 Flamenco

📋 copy color: '#F28B43'

red 242 ◦ green 139 ◦ blue 67

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

Shades of Flamenco #F28B43

Tints of Flamenco #F28B43

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 67 (26.56% from 255) = 14.96%

R = 54.02%
G = 31.03%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F28B43 (or 0xF28B43) is known color: Flamenco. HEX triplet: F2, 8B and 43. RGB value is (242,139,67). Sum of RGB (Red+Green+Blue) = 242+139+67=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B43 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28B43 is #0D74BC. Grayscale: #A1A1A1. Windows color (decimal): -881853 or 4426738. OLE color: 4426738.

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

Color convert

RGB 242 139 67 -
CMYK 0 0.43 0.72 0.05
HSL 24.69º 0.87% 0.61% -
HSV(B) 24.69º 0.72% 0.95% -
XYZ 46.86 37.75 10.13 -
YUV 161.59 74.62 185.35 -
System Red Green Blue C M Y K H S L
Decimal 242 139 67 0 0.43 0.72 0.05 24.69 0.87 0.61
Hex F2 8B 43 0 2B 48 5 19 57 3D
Octal 362 213 103 0 53 110 5 31 127 75
Binary 11110010 10001011 1000011 0 101011 1001000 101 11001 1010111 111101

Color Harmonies of #F28B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28B43

Black with #F28B43

Text Example


Text Example

White with #F28B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28B43; }

 p { color: rgb(242,139,67); }

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

background-color css

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

 a { background-color: rgb(242,139,67); }

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

border-color css

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

 span { border-color: rgb(242,139,67); }

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