Html Css Color HEX #FA8362 Crusta

📋 copy color: '#FA8362'

red 250 ◦ green 131 ◦ blue 98

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

Shades of Crusta #FA8362

Tints of Crusta #FA8362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.46%

R = 52.19%
G = 27.35%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA8362 (or 0xFA8362) is known color: Crusta. HEX triplet: FA, 83 and 62. RGB value is (250,131,98). Sum of RGB (Red+Green+Blue) = 250+131+98=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8362 is #057C9D. Grayscale: #A3A3A3. Windows color (decimal): -359582 or 6456314. OLE color: 6456314.

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

Color convert

RGB 250 131 98 -
CMYK 0 0.48 0.61 0.02
HSL 13.03º 0.94% 0.68% -
HSV(B) 13.03º 0.61% 0.98% -
XYZ 49.75 37.44 16.16 -
YUV 162.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 250 131 98 0 0.48 0.61 0.02 13.03 0.94 0.68
Hex FA 83 62 0 30 3D 2 D 5E 44
Octal 372 203 142 0 60 75 2 15 136 104
Binary 11111010 10000011 1100010 0 110000 111101 10 1101 1011110 1000100

Color Harmonies of #FA8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8362

Black with #FA8362

Text Example


Text Example

White with #FA8362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8362; }

 p { color: rgb(250,131,98); }

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

background-color css

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

 a { background-color: rgb(250,131,98); }

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

border-color css

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

 span { border-color: rgb(250,131,98); }

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