Html Css Color HEX #F6875E Crusta

📋 copy color: '#F6875E'

red 246 ◦ green 135 ◦ blue 94

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

Shades of Crusta #F6875E

Tints of Crusta #F6875E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.42%

 BLUE value IS 94 (37.11% from 255) = 19.79%

R = 51.79%
G = 28.42%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F6875E (or 0xF6875E) is known color: Crusta. HEX triplet: F6, 87 and 5E. RGB value is (246,135,94). Sum of RGB (Red+Green+Blue) = 246+135+94=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6875E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6875E is #0978A1. Grayscale: #A3A3A3. Windows color (decimal): -620706 or 6195190. OLE color: 6195190.

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

Color convert

RGB 246 135 94 -
CMYK 0 0.45 0.62 0.04
HSL 16.18º 0.89% 0.67% -
HSV(B) 16.18º 0.62% 0.96% -
XYZ 48.69 37.73 15.31 -
YUV 163.52 88.77 186.83 -
System Red Green Blue C M Y K H S L
Decimal 246 135 94 0 0.45 0.62 0.04 16.18 0.89 0.67
Hex F6 87 5E 0 2D 3E 4 10 59 43
Octal 366 207 136 0 55 76 4 20 131 103
Binary 11110110 10000111 1011110 0 101101 111110 100 10000 1011001 1000011

Color Harmonies of #F6875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6875E

Black with #F6875E

Text Example


Text Example

White with #F6875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6875E; }

 p { color: rgb(246,135,94); }

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

background-color css

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

 a { background-color: rgb(246,135,94); }

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

border-color css

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

 span { border-color: rgb(246,135,94); }

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