Html Css Color HEX #F6875A Crusta

📋 copy color: '#F6875A'

red 246 ◦ green 135 ◦ blue 90

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

Shades of Crusta #F6875A

Tints of Crusta #F6875A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.11%

R = 52.23%
G = 28.66%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6875A (or 0xF6875A) is known color: Crusta. HEX triplet: F6, 87 and 5A. RGB value is (246,135,90). Sum of RGB (Red+Green+Blue) = 246+135+90=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6875A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6875A is #0978A5. Grayscale: #A3A3A3. Windows color (decimal): -620710 or 5933046. OLE color: 5933046.

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

Color convert

RGB 246 135 90 -
CMYK 0 0.45 0.63 0.04
HSL 17.31º 0.9% 0.66% -
HSV(B) 17.31º 0.63% 0.96% -
XYZ 48.52 37.66 14.38 -
YUV 163.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 246 135 90 0 0.45 0.63 0.04 17.31 0.9 0.66
Hex F6 87 5A 0 2D 3F 4 11 5A 42
Octal 366 207 132 0 55 77 4 21 132 102
Binary 11110110 10000111 1011010 0 101101 111111 100 10001 1011010 1000010

Color Harmonies of #F6875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6875A

Black with #F6875A

Text Example


Text Example

White with #F6875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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