Html Css Color HEX #F3835D Crusta

📋 copy color: '#F3835D'

red 243 ◦ green 131 ◦ blue 93

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

Shades of Crusta #F3835D

Tints of Crusta #F3835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.05%

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 52.03%
G = 28.05%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3835D (or 0xF3835D) is known color: Crusta. HEX triplet: F3, 83 and 5D. RGB value is (243,131,93). Sum of RGB (Red+Green+Blue) = 243+131+93=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3835D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3835D is #0C7CA2. Grayscale: #A0A0A0. Windows color (decimal): -818339 or 6128627. OLE color: 6128627.

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

Color convert

RGB 243 131 93 -
CMYK 0 0.46 0.62 0.05
HSL 15.2º 0.86% 0.66% -
HSV(B) 15.2º 0.62% 0.95% -
XYZ 47.05 36.08 14.84 -
YUV 160.16 90.11 187.09 -
System Red Green Blue C M Y K H S L
Decimal 243 131 93 0 0.46 0.62 0.05 15.2 0.86 0.66
Hex F3 83 5D 0 2E 3E 5 F 56 42
Octal 363 203 135 0 56 76 5 17 126 102
Binary 11110011 10000011 1011101 0 101110 111110 101 1111 1010110 1000010

Color Harmonies of #F3835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3835D

Black with #F3835D

Text Example


Text Example

White with #F3835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3835D; }

 p { color: rgb(243,131,93); }

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

background-color css

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

 a { background-color: rgb(243,131,93); }

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

border-color css

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

 span { border-color: rgb(243,131,93); }

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