Html Css Color HEX #FA865B Crusta

📋 copy color: '#FA865B'

red 250 ◦ green 134 ◦ blue 91

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

Shades of Crusta #FA865B

Tints of Crusta #FA865B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.16%

R = 52.63%
G = 28.21%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FA865B (or 0xFA865B) is known color: Crusta. HEX triplet: FA, 86 and 5B. RGB value is (250,134,91). Sum of RGB (Red+Green+Blue) = 250+134+91=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA865B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA865B is #0579A4. Grayscale: #A4A4A4. Windows color (decimal): -358821 or 5998330. OLE color: 5998330.

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

Color convert

RGB 250 134 91 -
CMYK 0 0.46 0.64 0.02
HSL 16.23º 0.94% 0.67% -
HSV(B) 16.23º 0.64% 0.98% -
XYZ 49.84 38.13 14.63 -
YUV 163.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 250 134 91 0 0.46 0.64 0.02 16.23 0.94 0.67
Hex FA 86 5B 0 2E 40 2 10 5E 43
Octal 372 206 133 0 56 100 2 20 136 103
Binary 11111010 10000110 1011011 0 101110 1000000 10 10000 1011110 1000011

Color Harmonies of #FA865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA865B

Black with #FA865B

Text Example


Text Example

White with #FA865B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA865B; }

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

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

background-color css

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

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

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

border-color css

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

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

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