Html Css Color HEX #F6835A Crusta

📋 copy color: '#F6835A'

red 246 ◦ green 131 ◦ blue 90

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

Shades of Crusta #F6835A

Tints of Crusta #F6835A

RGB

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

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

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

R = 52.68%
G = 28.05%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F6835A (or 0xF6835A) is known color: Crusta. HEX triplet: F6, 83 and 5A. RGB value is (246,131,90). Sum of RGB (Red+Green+Blue) = 246+131+90=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 90 (35.55% from 255 or 19.27% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F6835A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6835A is #097CA5. Grayscale: #A0A0A0. Windows color (decimal): -621734 or 5932022. OLE color: 5932022.

HSL color Cylindrical-coordinate representation of color #F6835A: hue angle of 15.77º 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 #F6835A is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 131 90 -
CMYK 0 0.47 0.63 0.04
HSL 15.77º 0.9% 0.66% -
HSV(B) 15.77º 0.63% 0.96% -
XYZ 47.97 36.56 14.2 -
YUV 160.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 246 131 90 0 0.47 0.63 0.04 15.77 0.9 0.66
Hex F6 83 5A 0 2F 3F 4 10 5A 42
Octal 366 203 132 0 57 77 4 20 132 102
Binary 11110110 10000011 1011010 0 101111 111111 100 10000 1011010 1000010

Color Harmonies of #F6835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6835A

Black with #F6835A

Text Example


Text Example

White with #F6835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6835A; }

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

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

background-color css

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

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

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

border-color css

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

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

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