Html Css Color HEX #FA8552 Crusta

📋 copy color: '#FA8552'

red 250 ◦ green 133 ◦ blue 82

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

Shades of Crusta #FA8552

Tints of Crusta #FA8552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 53.76%
G = 28.6%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FA8552 (or 0xFA8552) is known color: Crusta. HEX triplet: FA, 85 and 52. RGB value is (250,133,82). Sum of RGB (Red+Green+Blue) = 250+133+82=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8552 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8552 is #057AAD. Grayscale: #A2A2A2. Windows color (decimal): -359086 or 5408250. OLE color: 5408250.

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

Color convert

RGB 250 133 82 -
CMYK 0 0.47 0.67 0.02
HSL 18.21º 0.94% 0.65% -
HSV(B) 18.21º 0.67% 0.98% -
XYZ 49.33 37.71 12.66 -
YUV 162.17 82.76 190.65 -
System Red Green Blue C M Y K H S L
Decimal 250 133 82 0 0.47 0.67 0.02 18.21 0.94 0.65
Hex FA 85 52 0 2F 43 2 12 5E 41
Octal 372 205 122 0 57 103 2 22 136 101
Binary 11111010 10000101 1010010 0 101111 1000011 10 10010 1011110 1000001

Color Harmonies of #FA8552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8552

Black with #FA8552

Text Example


Text Example

White with #FA8552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8552; }

 p { color: rgb(250,133,82); }

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

background-color css

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

 a { background-color: rgb(250,133,82); }

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

border-color css

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

 span { border-color: rgb(250,133,82); }

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