Html Css Color HEX #FA865D Crusta

📋 copy color: '#FA865D'

red 250 ◦ green 134 ◦ blue 93

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

Shades of Crusta #FA865D

Tints of Crusta #FA865D

RGB

 RED value IS 250 (98.05% from 255) = 52.41%

 GREEN value IS 134 (52.73% from 255) = 28.09%

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

R = 52.41%
G = 28.09%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#FA865D (or 0xFA865D) is known color: Crusta. HEX triplet: FA, 86 and 5D. RGB value is (250,134,93). Sum of RGB (Red+Green+Blue) = 250+134+93=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA865D is #0579A2. Grayscale: #A4A4A4. Windows color (decimal): -358819 or 6129402. OLE color: 6129402.

HSL color Cylindrical-coordinate representation of color #FA865D: hue angle of 15.67º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA865D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 134 93 -
CMYK 0 0.46 0.63 0.02
HSL 15.67º 0.94% 0.67% -
HSV(B) 15.67º 0.63% 0.98% -
XYZ 49.93 38.16 15.09 -
YUV 164.01 87.93 189.33 -
System Red Green Blue C M Y K H S L
Decimal 250 134 93 0 0.46 0.63 0.02 15.67 0.94 0.67
Hex FA 86 5D 0 2E 3F 2 10 5E 43
Octal 372 206 135 0 56 77 2 20 136 103
Binary 11111010 10000110 1011101 0 101110 111111 10 10000 1011110 1000011

Color Harmonies of #FA865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA865D

Black with #FA865D

Text Example


Text Example

White with #FA865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA865D; }

 p { color: rgb(250,134,93); }

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

background-color css

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

 a { background-color: rgb(250,134,93); }

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

border-color css

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

 span { border-color: rgb(250,134,93); }

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