Html Css Color HEX #F3864D Crusta

📋 copy color: '#F3864D'

red 243 ◦ green 134 ◦ blue 77

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

Shades of Crusta #F3864D

Tints of Crusta #F3864D

RGB

 RED value IS 243 (95.31% from 255) = 53.52%

 GREEN value IS 134 (52.73% from 255) = 29.52%

 BLUE value IS 77 (30.47% from 255) = 16.96%

R = 53.52%
G = 29.52%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F3864D (or 0xF3864D) is known color: Crusta. HEX triplet: F3, 86 and 4D. RGB value is (243,134,77). Sum of RGB (Red+Green+Blue) = 243+134+77=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3864D is #0C79B2. Grayscale: #A0A0A0. Windows color (decimal): -817587 or 5080819. OLE color: 5080819.

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

Color convert

RGB 243 134 77 -
CMYK 0 0.45 0.68 0.05
HSL 20.6º 0.87% 0.63% -
HSV(B) 20.6º 0.68% 0.95% -
XYZ 46.83 36.64 11.63 -
YUV 160.09 81.11 187.13 -
System Red Green Blue C M Y K H S L
Decimal 243 134 77 0 0.45 0.68 0.05 20.6 0.87 0.63
Hex F3 86 4D 0 2D 44 5 15 57 3F
Octal 363 206 115 0 55 104 5 25 127 77
Binary 11110011 10000110 1001101 0 101101 1000100 101 10101 1010111 111111

Color Harmonies of #F3864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3864D

Black with #F3864D

Text Example


Text Example

White with #F3864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3864D; }

 p { color: rgb(243,134,77); }

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

background-color css

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

 a { background-color: rgb(243,134,77); }

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

border-color css

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

 span { border-color: rgb(243,134,77); }

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