Html Css Color HEX #F6835D Crusta

📋 copy color: '#F6835D'

red 246 ◦ green 131 ◦ blue 93

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

Shades of Crusta #F6835D

Tints of Crusta #F6835D

RGB

 RED value IS 246 (96.48% from 255) = 52.34%

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

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

R = 52.34%
G = 27.87%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6835D (or 0xF6835D) is known color: Crusta. HEX triplet: F6, 83 and 5D. RGB value is (246,131,93). Sum of RGB (Red+Green+Blue) = 246+131+93=470 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.34% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 246 - color contains mainly: red. Hex color #F6835D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6835D is #097CA2. Grayscale: #A1A1A1. Windows color (decimal): -621731 or 6128630. OLE color: 6128630.

HSL color Cylindrical-coordinate representation of color #F6835D: hue angle of 14.9º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F6835D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 131 93 -
CMYK 0 0.47 0.62 0.04
HSL 14.9º 0.89% 0.66% -
HSV(B) 14.9º 0.62% 0.96% -
XYZ 48.1 36.62 14.89 -
YUV 161.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 246 131 93 0 0.47 0.62 0.04 14.9 0.89 0.66
Hex F6 83 5D 0 2F 3E 4 F 59 42
Octal 366 203 135 0 57 76 4 17 131 102
Binary 11110110 10000011 1011101 0 101111 111110 100 1111 1011001 1000010

Color Harmonies of #F6835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6835D

Black with #F6835D

Text Example


Text Example

White with #F6835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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