Html Css Color HEX #8F2602 Falu Red

📋 copy color: '#8F2602'

red 143 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #8F2602

Tints of Falu Red #8F2602

RGB

 RED value IS 143 (56.25% from 255) = 78.14%

 GREEN value IS 38 (15.23% from 255) = 20.77%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 78.14%
G = 20.77%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#8F2602 (or 0x8F2602) is known color: Falu Red. HEX triplet: 8F, 26 and 02. RGB value is (143,38,2). Sum of RGB (Red+Green+Blue) = 143+38+2=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F2602 is #70D9FD. Grayscale: #414141. Windows color (decimal): -7395838 or 140943. OLE color: 140943.

HSL color Cylindrical-coordinate representation of color #8F2602: hue angle of 15.32º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F2602 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 38 2 -
CMYK 0 0.73 0.99 0.44
HSL 15.32º 0.97% 0.28% -
HSV(B) 15.32º 0.99% 0.56% -
XYZ 12.03 7.23 0.82 -
YUV 65.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 143 38 2 0 0.73 0.99 0.44 15.32 0.97 0.28
Hex 8F 26 2 0 49 63 2C F 61 1C
Octal 217 46 2 0 111 143 54 17 141 34
Binary 10001111 100110 10 0 1001001 1100011 101100 1111 1100001 11100

Color Harmonies of #8F2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2602

Black with #8F2602

Text Example


Text Example

White with #8F2602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F2602; }

 p { color: rgb(143,38,2); }

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

background-color css

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

 a { background-color: rgb(143,38,2); }

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

border-color css

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

 span { border-color: rgb(143,38,2); }

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