Html Css Color HEX #FA864A Crusta

📋 copy color: '#FA864A'

red 250 ◦ green 134 ◦ blue 74

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

Shades of Crusta #FA864A

Tints of Crusta #FA864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.16%

R = 54.59%
G = 29.26%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#FA864A (or 0xFA864A) is known color: Crusta. HEX triplet: FA, 86 and 4A. RGB value is (250,134,74). Sum of RGB (Red+Green+Blue) = 250+134+74=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA864A is #0579B5. Grayscale: #A2A2A2. Windows color (decimal): -358838 or 4884218. OLE color: 4884218.

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

Color convert

RGB 250 134 74 -
CMYK 0 0.46 0.70 0.02
HSL 20.45º 0.95% 0.64% -
HSV(B) 20.45º 0.7% 0.98% -
XYZ 49.19 37.87 11.2 -
YUV 161.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 250 134 74 0 0.46 0.70 0.02 20.45 0.95 0.64
Hex FA 86 4A 0 2E 46 2 14 5F 40
Octal 372 206 112 0 56 106 2 24 137 100
Binary 11111010 10000110 1001010 0 101110 1000110 10 10100 1011111 1000000

Color Harmonies of #FA864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA864A

Black with #FA864A

Text Example


Text Example

White with #FA864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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