Html Css Color HEX #FA8F55 Crusta

📋 copy color: '#FA8F55'

red 250 ◦ green 143 ◦ blue 85

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

Shades of Crusta #FA8F55

Tints of Crusta #FA8F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.92%

 BLUE value IS 85 (33.59% from 255) = 17.78%

R = 52.3%
G = 29.92%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FA8F55 (or 0xFA8F55) is known color: Crusta. HEX triplet: FA, 8F and 55. RGB value is (250,143,85). Sum of RGB (Red+Green+Blue) = 250+143+85=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 85 (33.59% from 255 or 17.78% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F55 is #0570AA. Grayscale: #A8A8A8. Windows color (decimal): -356523 or 5607418. OLE color: 5607418.

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

Color convert

RGB 250 143 85 -
CMYK 0 0.43 0.66 0.02
HSL 21.09º 0.94% 0.66% -
HSV(B) 21.09º 0.66% 0.98% -
XYZ 50.89 40.62 13.75 -
YUV 168.38 80.95 186.22 -
System Red Green Blue C M Y K H S L
Decimal 250 143 85 0 0.43 0.66 0.02 21.09 0.94 0.66
Hex FA 8F 55 0 2B 42 2 15 5E 42
Octal 372 217 125 0 53 102 2 25 136 102
Binary 11111010 10001111 1010101 0 101011 1000010 10 10101 1011110 1000010

Color Harmonies of #FA8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F55

Black with #FA8F55

Text Example


Text Example

White with #FA8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F55; }

 p { color: rgb(250,143,85); }

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

background-color css

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

 a { background-color: rgb(250,143,85); }

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

border-color css

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

 span { border-color: rgb(250,143,85); }

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